Gets or sets a value indicating whether automatic scrolling is enabled.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AutoScroll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoScroll As Boolean |
true if auto scrolling is enabled; otherwise, false. The default is true.
RemarksEnable this property to have the document scroll automatically when new items are added or existing items are being dragged outside the visible area.
See Also