Autoscroll question

In our application, it seems like if the document is already larger than the view (there are scrollbars on the view), then autoscrolling works as I would expect: when the user drags an item near a boundary, it automatically scrolls in that direction.
However, when there is no more room to scroll the view in a given direction and the user drags an object near that boundary, it does not automatically keep expanding the document bounds, so there is no autoscroll. Is there a way to make autoscroll work such that it will expand the document if needed?
Thanks in advance,
Darren Jones

Try setting GoView.DragsRealtime to true.

That worked. Thanks for your help.