GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolRubberBanding Class / AutoScrolling Property
In This Topic
    AutoScrolling Property (GoToolRubberBanding)
    In This Topic
    Gets or sets whether this tool automatically scrolls the view when the mouse is near the edge, thus extending the size of the Box.
    Syntax
    public virtual bool AutoScrolling {get; set;}

    Property Value

    The default value is false.
    Remarks
    Setting this to true also sets GoView.GoView.DrawsXorMode to false to avoid having the XOR-mode lines mess up other controls.
    See Also