ControlScrollOrientation enumeration

ControlScrollOrientation enumeration

Represents type of scroll orientation

The ControlScrollOrientation type exposes the following members:

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.

See Also