TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / SmallChange Property

In This Topic
    SmallChange Property (C1ScrollBar)
    In This Topic
    Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    Public Property SmallChange As Integer
    [DefaultValue(1)]
    public int SmallChange {get; set;}
    See Also