Imagine you are writing a reusable UI component for a scrollable list.
-
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" đ¤
-
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 Best I can manage on short notice is "scroll on extend"
-
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_bottom` (or perhaps `follow_edge` if it also applies to the top)
-
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
-
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 if it's meant for something intrinsically time-based (like a log): "follow" or "follow updates".
Otherwise, I don't know. -
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 DigDeeper
-
@mcc `follow_bottom` (or perhaps `follow_edge` if it also applies to the top)
-
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 stay_at_bottom
-
@mcc DigDeeper
-
@mcc "sticky" đ¤
@elomatreb @mcc gotta be "stickyBottom"
-
@mcc follow or tail
-
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 it's sort of like "follow stream" or "streaming scroll" or something along those lines.
-
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 Is it just the bottom? I want to call it scrollToInsertion.
-
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 Pit of Abyss
-
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 in DebugView the menu option for this is called "Auto Scroll"
-
@mcc in DebugView the menu option for this is called "Auto Scroll"
@phairupegiont @mcc If itâs an accepted term, no point re-inventing.
-
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 it's like we page mode vs logs mode... Maybe reading_mode, but true when it doesn't auto follow.
-
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 AlwaysReachNewLow
Also the name of my autobiography -
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 âanchorsToBottomâ maybe? iâve been writing something similar which has an âanchorIndexâ that can be equal to the listâs length (which produces this behavior)
-
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