ThinkGeo.com    |     Documentation    |     Premium Support

Map zoomes in on doubleclick - how to suppress?

Hi again,


I use the WPF map control with a BingMapsOverlay, a LayerOverlay with some InMemoryFeatureLayers. When I doubleclick on any feature on the map, it zoomes in by one level. If I doubleclick elsewhere, nothing happens.


The doubleclick should "select" the feature (which works nicely), but I's like to supress the zoom. Is this possible, if yes, how?


Cheers,


Markus



Hi Markus, 
  
 This code will help you,  Map1.ExtentOverlay.DoubleLeftClickMode = MapDoubleLeftClickMode.Disabled; 
  
 Regards, 
 Edgar 


Hi Edgar, 
  
 thanks for the tip! 
  
 Cheers 
  
 Markus

You’re welcome!