BrowserScroller Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The button to scroll down.
Syntax: public
DownArrow { get; }
Determines whether the scroller is active, meaning that the content can be scrolled.
Syntax: public bool IsActive { get; }
Determines whether the scrollbar is at the bottom, meaning the content is scrolled to the end.
Syntax: public bool IsAtBottom { get; }
Determines whether the scrollbar is at the top, meaning the content is scrolled to the beginning.
Syntax: public bool IsAtTop { get; }
Gets or sets the search select filter with which the scroller elements can be found.
The button to scroll up.
Gets or sets the update tolerance that is used when checking for screen updates and stable screen after every scroll action. Might need to be increased to Large for pages with animations in the scrollable area. Default: Medium
Syntax: public
SearchSelect { get; set; }
Syntax: public
UpArrow { get; }
Syntax:
public
UpdateTolerance { get; set; } = ImgDiffTolerance.Medium;