[]
The scrollbar control.
public interface IScrollBar : IControl<IScrollBar>, IRangeBase, ICellLinkControl<int>, ICellLinkControl, IControl
Gets or sets a value to be added to or subtracted from the value of a RangeBase control.
int LargeChange { get; set; }
[0,30000]
When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.
Gets or sets whether the IScrollBar is displayed horizontally or vertically.
FormControlOrientation Orientation { get; set; }
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 .