I'm trying to clear an existing SimpleMarkerOverlay with the following code:
MapControl.Overlays.Remove("MarkerOverlay");
MapControl.Refresh();
But it has no effect until I drag the map just a little with the mouse. What do I need to do to get it to clear the previous markers visually without the dragging?
Thanks!!
bob