GoToolPanning

Is it possible to pan “forever”, beyond the bounds of the document? I bump up against an invisible barrier at the left hand edge of the document which makes it impossible to, for example, add new Objects in that position without dragging everything else to the right.

By default, GoView.LimitDocPosition tries to keep the view within the document. However, when the SheetStyle is not None, there are no limits–the DocumentTopLeft and DocumentSize properties automatically adjust themselves to accomodate viewing any part of the document or the Sheet at any DocScale given the size of this view control.

Thank you. That does the trick!