ScrollDirection 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.
This enumeration provides indications of direction that are used to configure scrolling in the UI.
public enum class ScrollDirection
public enum ScrollDirection
type ScrollDirection =
Public Enum ScrollDirection
- Inheritance
-
ScrollDirection
Fields
Name | Value | Description |
---|---|---|
VerticalScroll | 0 | Scroll vertically. |
HorizontalScroll | 1 | Scroll horizontally. |