Hello,
I would like to disable the shortcut keys for my map in Silverlight. Specifically, I would like to either override or disable the + and - keys for zooming.
Handling the map's KeyDown event lets me add to the functionality associated with the keys, but the default zooming behavior remains. Setting the "Handled" property on the event has no effect either.
Is there a way to accomplish what I'm trying to do?