EnumScrollToVisibleType
Enum
Used to configure what the default scroll to visible behavior is.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum ScrollToVisibleType
Fields
ElementBottomAtWindowBottom
Scrolls the element so that the bottom of the element is visible at the bottom of the window
ElementCenterAtWindowCenter
Scrolls the element to window center
ElementTopAtWindowTop
Scrolls the element so that top of the element is visible at the top of the window. [Default]