Imagine you are writing a reusable UI component for a scrollable list. You want your list to have a property such, if true, the list follows the rule "if the user is already scrolled to the bottom of the list, and a new item is added to the bottom, autoscroll to the new bottom".

What would you name this property?

@mcc "sticky" 🤔
@elomatreb @mcc gotta be "stickyBottom"

@kboyd @elomatreb @mcc Beat me to it.

I unironically think "sticky bottom" is an excellent name for this feature -- concise and expressive. But I also suspect it already has a name.

@kboyd @elomatreb @mcc I was more thinking "sticky end"...