ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1DragDropManager
    Dim value As Boolean
     
    instance.AutoScroll = value
     
    value = instance.AutoScroll
    [DefaultValue(true)]
    public bool AutoScroll {get; set;}
    [DefaultValue(true)]
    public:
    property bool AutoScroll {
       bool get();
       void set (    bool value);
    }
    See Also