Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ScrollViewer Class / VerticalSmallChange Property

In This Topic
    VerticalSmallChange Property (C1ScrollViewer)
    In This Topic
    Gets or sets the value to be added to or subtracted from the vertical offset value when the scroll is moved.
    Syntax
    'Declaration
     
    
    Public Property VerticalSmallChange As Double
    public double VerticalSmallChange {get; set;}
    See Also