Gets or sets whether the C1DragDropManager should automatically scroll the ScrollViewer that contains the drop target.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AutoScroll { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AutoScroll As Boolean
	Get
	Set

See Also