ControlScrollOrientation Enum
ControlScrollOrientation Enum
Represents type of scroll orientation
type ControlScrollOrientation int32
Fields
Field | 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. |