IScroller Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The button to scroll down.
Syntax: DownArrow { get; }
Determines whether the scroller is active, meaning that the content can be scrolled.
Syntax: bool IsActive { get; }
Determines whether the scrollbar is at the bottom, meaning the content is scrolled to the end.
Syntax: bool IsAtBottom { get; }
Determines whether the scrollbar is at the top, meaning the content is scrolled to the beginning.
Syntax: bool IsAtTop { get; }
Gets or sets the search select filter with which the scroller elements can be found.
The button to scroll up.
The tolerance for the stable check after each scrolling action. Might need to be adjusted if there are continuous animations in the scrollable area.
Syntax: SearchSelect { get; set; }
Syntax: UpArrow { get; }
Syntax: UpdateTolerance { get; set; }