Implements the basic functionality of a scroll bar control.
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
ScrollBar
[Visual Basic] MustInherit Public Class ScrollBar Inherits RichControl [C#] public abstract class ScrollBar : RichControl [C++] public __gc __abstract class ScrollBar : public RichControl [JScript] public abstract class ScrollBar extends RichControl
To adjust the value range of the scroll bar control, set the Minimum and Maximum properties. To adjust the distance the <span id="frameworks:scroll_box" class ="gp">scroll box</span> moves, set the SmallChange and LargeChange properties. To adjust the starting point of the scroll box, set the Value property when the control is initially displayed.
Namespace: System.WinForms
Assembly: System.WinForms.dll
ScrollBar Members | System.WinForms Namespace | VScrollBar | HScrollBar