GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / AutoScrollTime Property
In This Topic
    AutoScrollTime Property
    In This Topic
    Gets or sets how quickly to change the DocPosition when the mouse is in the AutoScrollRegion.
    Syntax
    [Category("Behavior")]
    [DefaultValue(100)]
    [Description("How long to wait before changing the DocPosition during autoscrolling.")]
    public int AutoScrollTime {get; set;}

    Property Value

    The time is in milliseconds. The default is 100 (one tenth of a second). The value must not be negative.
    See Also