I have been using the Desktop Edition to implement a winformsMap window to show the World Map Kit Data for nearly a year (started with version 5.0 and just recently upgraded to version 6.0). Originally the winformsMap would zoom in and out using the MouseWheel with the built in MapMouseWheel events of MapSuite Desktop edition. At some point, maybe within the last several months, the mouse wheel will no longer zoom the map. I can not figure out what I changed that has "disabled" the default MapMouseWheel behavior.
I have experimented a little trying to add an event to capture the MapMouseWheel events but the code never enters my handler. I have tried resetting the winformsMap1.ExtentOverlay.MouseWheelMode = MapMouseWheelMode.Zooming. I still can not figure this out.
Can anyone give me any hints on what feature might disable the MouseWheel events?
Thanks for any help provided.
Richard