I would like to be able to render a map from local data (no server)
I want to be able to pan that map with updates happening off screen (ie: render the map larger than the view area)
Any advice on where to start? I have ArcGIS 9.3 (Engine, Server, ArcIMS, ArcSDE)
I have created a map control application in C#, but when panning, the new map areas are blank and the entire map redraws on mouse release (very slow and kind of ugly)
This should be pretty simple, but I can't seem to find any working end-to-end examples, just snippets of code that don't work as desired when I plug them in.
Thanks,
Tim