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?
-
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 something like pinAtLastItem
-
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 stickTo[side]
-
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 reaching a new low
-
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.