Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragDropManager Class / AutoScrollStep Property

In This Topic
    AutoScrollStep Property
    In This Topic
    Gets or sets the number of pixels to scroll in each auto scroll step.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(10)>
    Public Property AutoScrollStep As Integer
    [DefaultValue(10)]
    public int AutoScrollStep {get; set;}
    Remarks
    This property is applicable only when AutoScroll is set to true.
    See Also