I'm using the sample to measure distance
rulerTrackInteractiveOverlay = new RulerTrackInteractiveOverlay();
                winformsMap1.TrackOverlay = rulerTrackInteractiveOverlay;
How to stop this and use the mouse to move the map ?
thank you
 
      
    I'm using the sample to measure distance
rulerTrackInteractiveOverlay = new RulerTrackInteractiveOverlay();
                winformsMap1.TrackOverlay = rulerTrackInteractiveOverlay;
How to stop this and use the mouse to move the map ?
thank you
Jerome, 
  
 You can use following code: 
 winformsMap1.TrackOverlay = new TrackInteractiveOverlay(); 
  
 Thanks, 
 James