When I paint the objects on my map (markers and polygons) and/or zoom It takes some time, and may zoom/in out as it refreshes the window, etc.
In windows forms you have a command SuspendLayout() and ResumeLayout() which allows you to do a lot of updating of the form and then refresh the form for changes all at once. Can you use these commands with MapSuite?
Also, while we are doing all of this updating can I display a progress bar (that moves)? I realize this usually requires you to do the calculating on a separate thread...can I do that here? If so, are there any examples?
Thanks. Bob