Gets or sets the distance between the mouse and the edges of a drag target element that
triggers the auto scroll process.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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.
The default value for this property is 5.