Hi ThinkGeo,
By Default, on Mouse wheel rotate will lead to several levels lead to full zooom in/out.
How to control the zoom level if the user rotates mouse wheel very fast?
I tried to set
Regards,
Anil
MouseWheelEventArgs.Handled = true if the time interval between two events is very small say 200 in the handler for PreviewMouseWheel event. This does filter out the actual MouseWheelEvent firing. Is there a better way?