MindFusion.Wpf Pack Programmer's Guide
DiagramView.AutoScroll Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AutoScroll { get; set; }

Visual Basic  Copy Code

Public Property AutoScroll As Boolean

 Property Value

true if auto scrolling is enabled, or false otherwise. The default is true.

 Remarks

Enable this property to make the view scroll automatically while new items are being drawn or existing items dragged near the view edges.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
ScrollX Property
ScrollY Property
ScrollZoneSize Property