ControlScrollOrientation
ControlScrollOrientation enumeration
Represents type of scroll orientation
Values
| Name | Value | Description |
|---|---|---|
| Auto | 3 | Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise. |
| Vertical | 0 | Control is rendered vertically. |
| Horizontal | 1 | Control is rendered horizontally. |