NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ScrollBar Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ScrollBar Members | System.WinForms Namespace | VScrollBar | HScrollBar