ThinkGeo.com    |     Documentation    |     Premium Support

Disable Mouse wheel zoom

Hello,


when we use the mouse wheel on a page that has a map, the map starts to zoom. can we remove that functionality? I am using MapSuite Web Edition 3.x


 


Thanks


Badal



Hi, Badal 
  
 You just need one statement to disable this functionality. Please refer to the code below: 
  
 Map1.MapTools.MouseMapTool.Enabled = false; 
  
 Thanks, 
 Khalil