Select to view content in your preferred language

How do I allow panning while Draw Object is active and shift key is down?

1202
1
06-21-2011 09:11 AM
KirkKuykendall
Deactivated User
I have released an application that uses the Draw object and Morten's custom cursors.

Users have requested the ability to Pan while the Draw tool is active by holding the shift key down.

In other words if the shift key is down and the mouse moves, I'd like the map to pan instead of the drawing to occur.

Does anyone know of a way to do this?

Thanks!
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
This is not supported. You have to disable Draw, in order to give control back to Map navigation. You cannot draw and pan at the same time. Maybe you can subscribe to KeyDown event and temporarily disable draw if Shift-key is pressed.
0 Kudos