Hello,
I use shapefiles for displaying the map and would like to drag the map using a mouse. Everything works great when I click on a spare area but it doesn't work when I click directly on the map. How can I achieve this functionality?
Thank you.
Thanks, this solved my problem.
Hi Sergey,To achieve this, you coud try setting either xamMap's IsClickable property to False in general, or each MapLayer's individual IsClickable property to False separately.Hope that helps,Milana Zhileva