Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / VerticalSmallChange Property

In This Topic
    VerticalSmallChange Property
    In This Topic
    Gets or sets how long the content is scrolled vertically when pressing scrollbar buttons.
    Syntax
    'Declaration
     
    
    Public Property VerticalSmallChange As Double
    public double VerticalSmallChange {get; set;}
    See Also