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

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