GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / AutoScrollDelay Property
In This Topic
    AutoScrollDelay Property
    In This Topic
    Gets or sets how long to wait before autoscrolling.
    Syntax
    [Category("Behavior")]
    [DefaultValue(1000)]
    [Description("How long to wait in the autoscroll margin before performing any autoscrolling.")]
    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