Orientation Property

Object List Next Object

Defined By:
ScrollBar

Description:

Determines whether a scroll bar is horizontal or vertical.

Settings:


Setting Description


0 - Vertical The scroll bar is displayed with the maximum value at the bottom, and minimum at the top

  1. - Horizontal The scroll bar is displayed with the maximum value at the right, and minimum at the left

Details:

Setting Orientation is a way to change a ScrollBar into an HScrollBar and vice-versa. To make an inverted ScrollBar (Maximum at the bottom or left), swap the Min and Max properties.

Data Type: Enum - Orientation

See Also:

Min property, Max property