Gets or sets the distance from the edge of the view where user interactions would trigger autoscrolling.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public double ScrollZoneSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollZoneSize As Double |
A double value. The default is 15.
See Also