ControlScrollOrientation
ControlScrollOrientation
Utility class containing constants. Represents type of scroll orientation
Values
| Name | Description |
|---|---|
| AUTO | Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise. |
| VERTICAL | Control is rendered vertically. |
| HORIZONTAL | Control is rendered horizontally. |