ControlScrollOrientation

ControlScrollOrientation enumeration

Utility class containing constants. Represents type of scroll orientation

Values

NameDescription
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.