Used to configure what the default scroll to visible behavior is.
| C# | Visual Basic | Visual Basic Usage |
public enum ScrollToVisibleType
Public Enumeration ScrollToVisibleType
Dim instance As ScrollToVisibleType
| Member | Description |
|---|---|
| ElementTopAtWindowTop |
Scrolls the element so that top of the element is visible at the top of the window. [Default]
|
| ElementBottomAtWindowBottom |
Scrolls the element so that the bottom of the element is visible at the bottom of the window
|
