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 class ScrollToPosition
public enum ScrollToPosition
type ScrollToPosition =
Public Enum ScrollToPosition
- Inheritance
-
ScrollToPosition
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. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.