Gets or sets a value indicating whether scrollbars are present in the document's area.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public bool ShowScrollbars { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowScrollbars As Boolean |
true if scrollbars are visible; otherwise, false. The default is true.
Enable this property to let users scroll the document area with the built-in scrollbars. In order to customize the scrollbars you can use the AutoScroll, ScrollX and ScrollY properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |