Gets or sets a value indicating whether the scrollbars of the overview control are visible.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool ShowScrollbars { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScrollbars As Boolean |
true to show scrollbars; otherwise, false. The default is false.
See Also