[]
Gets or sets whether the IScrollBar is displayed horizontally or vertically.
FormControlOrientation Orientation { get; set; }
Property Orientation As FormControlOrientation
Type | Description |
---|---|
FormControlOrientation | 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 Horizontal. Otherwise, Vertical . |