Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragDropManager Class / AutoScroll Property

In This Topic
    AutoScroll Property (C1DragDropManager)
    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