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 brainstorm ([bracketed] parts are optional, / indicates an alternative, * indicates one I like more):

[auto]scroll_to_update, [auto]scroll_to_latest, [auto]follow_updates, [auto]scroll_track_updates, *[auto]scroll_at_bottom, [update_/auto]scroll_on_grow[th], [update_/auto]scroll_on_expand, [update_/auto]scroll_on_add, *[auto]scroll_bottom_to_latest