Enum
ScrollToVisibleType

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

Declaration

cs-api-definition
ElementBottomAtWindowBottom = 1

Field Value

ScrollToVisibleType

ElementCenterAtWindowCenter

Scrolls the element to window center

Declaration

cs-api-definition
ElementCenterAtWindowCenter = 2

Field Value

ScrollToVisibleType

ElementTopAtWindowTop

Scrolls the element so that top of the element is visible at the top of the window. [Default]

Declaration

cs-api-definition
ElementTopAtWindowTop = 0

Field Value

ScrollToVisibleType