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

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