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

In This Topic
    AutoScroll Property
    In This Topic
    Gets or sets whether the C1DragDropManager should automatically scroll the System.Windows.Controls.ScrollViewer that contains the drop target.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AutoScroll As Boolean
    [DefaultValue(true)]
    public bool AutoScroll {get; set;}
    See Also