ScrollOrientation 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.
Enumeration specifying vertical or horizontal scrolling directions.
public enum ScrollOrientation
type ScrollOrientation =
- Inheritance
-
System.EnumScrollOrientation
Fields
Name | Value | Description |
---|---|---|
Vertical | 0 | Scroll vertically. |
Horizontal | 1 | Scroll Horizontally. |
Both | 2 | Scroll both horizontally and vertically. |
Neither | 3 |