Orientation Property (IScrollBar)
In This Topic
Gets or sets whether the
IScrollBar is displayed horizontally or vertically.
Syntax
Property Value
The default value depends on the initial width and height that is used to create this control. If width > height then the default value is
FormControlOrientation.Horizontal. Otherwise,
FormControlOrientation.Vertical .
See Also