ComponentOne Basic Library for WPF and Silverlight
AutoScroll Property (C1DragDropManager)


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
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property AutoScroll As System.Boolean
'Usage
 
Dim instance As C1DragDropManager
Dim value As System.Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
[System.ComponentModel.DefaultValue()]
public System.bool AutoScroll {get; set;}
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members