Enum ControlScrollOrientation

ControlScrollOrientation enumeration

Represents type of scroll orientation

public enum ControlScrollOrientation

Values

NameValueDescription
Auto3Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise.
Vertical0Control is rendered vertically.
Horizontal1Control is rendered horizontally.

See Also