How can I subscribe for the MouseWheel event in ESRI Silverlight Map control? as I can't do this declarative (from XAML) and imperative (from CodeBehind). Event is not fired.
If I can't hookup for the mouse wheel event, how can I change yours zoomThrottleTimer Interval TimeSpan? I can't do this by reflection as SL does not support fully reflections - I mean System.Reflection not "graphic reflection".
I just don't get it, you've added MouseWheel support that you are not allowing us to change it, you have zoom throttle timer but you do not allow us to change it. You have a map control, which is sealed - why is that? you are closing yourself for extensions from a community.