GoXam for WPF v3
AutoScrollDelay Property
Northwoods.GoXam Namespace > DiagramPanel Class : AutoScrollDelay Property
Gets or sets how long to wait before autoscrolling.
Syntax
public int AutoScrollDelay {get; set;}

Property Value

The time is in milliseconds. The default is 1000 (one second). The value must not be negative.
Remarks
This is helpful in avoiding autoscrolling when the user is dragging something into the view and doesn't yet intend to autoscroll.
See Also

Reference

DiagramPanel Class
DiagramPanel Members