Search
DiagramView.AutoScroll Property
See Also
 






Gets or sets a value indicating whether automatic scrolling is enabled.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoScroll { get; set; }

Visual Basic  Copy Code

Public Property AutoScroll As Boolean

 Property Value

A boolean value.

 See Also