Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IScrollBar Interface / SmallChange Property


In This Topic
    SmallChange Property (IScrollBar)
    In This Topic
    Gets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow).
    Syntax
    'Declaration
     
    Property SmallChange As Integer
    'Usage
     
    Dim instance As IScrollBar
    Dim value As Integer
     
    instance.SmallChange = value
     
    value = instance.SmallChange
    int SmallChange {get; set;}
    See Also