Search
DiagramView.ShowScrollToggle Property
See Also
 






Gets or sets a value indicating whether to display the scroll toggle control in the bottom left of the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowScrollToggle { get; set; }

Visual Basic  Copy Code

Public Property ShowScrollToggle As Boolean

 Property Value

true to display the toggle-scroll button in lower right of the view, or false otherwise.

 See Also