Gets or sets the distance from the view border within which to start autoscrolling. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public int ScrollZoneSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollZoneSize As Integer |
An integer value. The default is 8.
See Also