MindFusion.Wpf Pack Programmer's Guide
WorkbookView.AutoScroll Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AutoScroll { get; set; }

Visual Basic  Copy Code

Public Property AutoScroll As Boolean

 Property Value

A boolean value. The default is true.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace