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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.