Is there a way to disable panning when using the ArcGIS Silverlight API? Other than enabling a Draw object.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
myMap.IsEnabled = true; According to this ESRI forum thread. |
|||
|
|
You can also set Map.IsHitTestVisible = false. This disables mouse events on the map. Can be used for any UIElement in Silverlight. |
|||
|
|
