Search
DiagramView.ShowScrollbars Property
See Also
 





Specifies whether scrollbars should be displayed in ImageMap mode.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 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.

 Remarks

Enable this property to let users scroll the document area with the built-in scrollbars. In order to customize the scrollbars, use the ScrollX and ScrollY properties.

 See Also