Gets or sets the distance between the mouse and the edges of a drag target element that triggers the auto scroll process.

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

Syntax

C#
[DefaultValueAttribute(5)]
public int AutoScrollEdge { get; set; }
Visual Basic
<DefaultValueAttribute(5)> _
Public Property AutoScrollEdge As Integer
	Get
	Set

Remarks

This property is applicable only when AutoScroll is set to true.

See Also