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

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