GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolPanning Class / AutoPan Property
In This Topic
    AutoPan Property
    In This Topic
    Gets or sets whether this tool is used to implement autopanning or manual panning.
    Syntax
    public virtual bool AutoPan {get; set;}

    Property Value

    the initial value is true for WinForms, false for WebForms
    Remarks
    When this value is true, this tool implements the standard auto-scrolling panning, initiated by a middle-mouse button click and terminated by a second click or a key press. When this value is false, this tool implements the standard manual-scrolling panning, initiated by a left-mouse drag in the background and terminated by a mouse up (when Modal is false).
    See Also