I've been using Bing Maps AJAX control and was wondering if there was any way to adjust the sensitivity of the zoom controls. They seem overly sensitive, appearing to jump levels. Is there any way to restrict the number of levels zoomed per click?
Override the default mouse/touch behavior by subscribing to the relevant events on the map
Implement zooming in the event handlers to your liking.
Set the "handled" property on the event to true, so the default map control behavior for the event is cancelled.