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 follow or tail
@elso @mcc I also like tail, by analogy to tailing logs using the Linux tail command.
@elso @mcc this would have been my recommendation, possibly combined in FollowTail or TailFollow