I have been reading documentation on Scrolling and Panning. It seems to be built in to GoView yet does not work for me. I have the latest version and I’m using it on a WinForm.
If you could point me to a sample or some doucmentation that would be great.
The functionaility I would like to be able to do.
- AutoScroll document when performing an externalDrag operation so the object can be dropped on locations previously off screen.
- Scroll document like GoogleMaps by just click and drag
- Because of #2 I would like to change the implementation of grabbing a bunch of objects at once (rubberband) by holding down a key like shift perhaps.