ControlScrollOrientation enumeration

ControlScrollOrientation enumeration

Represents type of scroll orientation

The ControlScrollOrientation type exposes the following members:

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.

See Also