Gets or sets a value indicating whether auto scrolling of the document area is enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AutoScroll { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoScroll As Boolean |
true if auto scrolling is enabled; otherwise, false. The default is true.
Enable this property to have the document scroll automatically when new items are added or existing items are being dragged outside the visible area. The Diagram must be a child of a ScrollViewer in order for automatic scrolling to work correctly.
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ScrollX Property
ScrollY Property
ScrollZoneSize Property
AutoResize Property
WpfDiagram Programmer's Guide | © 2023 MindFusion |