Shows or hides the scrollbars of the overview control.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool ShowScrollbars { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScrollbars As Boolean |
true to show scrollbars, or false otherwise. The default is false.
See Also