ComponentOne FinancialChart for WPF
AutoScroll Property



C1.WPF Namespace > C1DragDropManager Class : AutoScroll Property
Gets or sets whether the C1DragDropManager should automatically scroll the System.Windows.Controls.ScrollViewer that contains the drop target.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property AutoScroll As Boolean
'Usage
 
Dim instance As C1DragDropManager
Dim value As Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
[DefaultValue()]
public bool AutoScroll {get; set;}
[DefaultValue()]
public:
property bool AutoScroll {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members