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

In This Topic
    AutoScrollEdge Property
    In This Topic
    Gets or sets the distance between the mouse and the edges of a drag target element that triggers the auto scroll process.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(5)>
    Public Property AutoScrollEdge As Integer
    [DefaultValue(5)]
    public int AutoScrollEdge {get; set;}
    Remarks
    This property is applicable only when AutoScroll is set to true.
    See Also