Gets or sets a value indicating whether scrollbars are present in the document's area.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool ShowScrollbars { get; set; } |
Visual Basic
![]() |
---|
Public Property ShowScrollbars As Boolean |
true if the view shows scrollbars, or false otherwise. The default is true.
Enable this property to let users scroll the diagram with the built-in scrollbars. To scroll programmatically, set the ScrollX and ScrollY properties.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |