ControlScrollOrientation Enum

ControlScrollOrientation Enum

Represents type of scroll orientation


type ControlScrollOrientation int32

Fields

FieldDescription
AutoControl is rendered horizontally when the control’s width is greater than its height.Control is rendered vertically otherwise.
VerticalControl is rendered vertically.
HorizontalControl is rendered horizontally.