When the map is loaded, it slides from top, left corner and centered in the stage. I didn't give any transition effect for map and by default it comes. How I can avoid this?
Try creating a handler for the Imported event of the map, and call the WindowFit() method on the map control.
Ah, sorry, the Imported event is on the MapLayer, attach the handler to that.
Great. It works.