IScroller Properties
DownArrow
The button to scroll down.
Syntax: Button
DownArrow { get; }
IsActive
Determines whether the scroller is active, meaning that the content can be scrolled.
Syntax: bool IsActive { get; }
IsAtBottom
Determines whether the scrollbar is at the bottom, meaning the content is scrolled to the end.
Syntax: bool IsAtBottom { get; }
IsAtTop
Determines whether the scrollbar is at the top, meaning the content is scrolled to the beginning.
Syntax: bool IsAtTop { get; }
SearchSelect
Gets or sets the search select filter with which the scroller elements can be found.
Syntax: Select
SearchSelect { get; set; }
UpArrow
The button to scroll up.
Syntax: Button
UpArrow { get; }
UpdateTolerance
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: ImgDiffTolerance
UpdateTolerance { get; set; }
Last updated