Search
Overview.ShowScrollbars Property
See Also
 






Shows or hides the scrollbars of the overview control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowScrollbars { get; set; }

Visual Basic  Copy Code

Public Property ShowScrollbars As Boolean

 Property Value

true to show scrollbars; otherwise, false. The default is false.

 See Also