Gets or sets the ScrollViewer that will scroll automatically during the drag drop operation when the mouse is near its edge.

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

Syntax

C#
public ScrollViewer ScrollViewer {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property ScrollViewer As ScrollViewer
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

Remarks

The C1DragDropManager selects the ScrollViewer by default. If there are several nested scroll viewers, the innermost is selected by default. If that is not the desired behavior, callers may modify this behavior by setting this property to a reference to the desired ScrollViewer.

See Also