Gets or sets a value indicating whether to automatically scroll the view while the user is dragging a selection or interactive object near or beyond the view border. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoScroll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoScroll As Boolean |
A boolean value. The default is true.
See Also