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





Gets or sets the size of the auto scroll zone near the edges of the control.

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

 Syntax

C#  Copy Code

public int ScrollZoneSize { get; set; }

Visual Basic  Copy Code

Public Property ScrollZoneSize As Integer

 Property Value

An integer specifying the size in pixels of the area near the view edges where auto-scrolling is triggered. The default value is 8.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
AutoScroll Property