ScrollToPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that describe a scroll request.
public enum ScrollToPosition
type ScrollToPosition =
- Inheritance
-
System.EnumScrollToPosition
Fields
Name | Value | Description |
---|---|---|
MakeVisible | 0 | Scroll to make a specified list item visible. |
Start | 1 | Scroll to the start of a list. |
Center | 2 | Scroll to the center of a list. |
End | 3 | Scroll to the end of a list. |