Hi
In a button click event ,want to disable the map being scrolled/dragged/Zoomed.
I tried MyMap.IsHitTestVisible = false; and MyMap.IsEnabled = false;
But both didn't work.How to disable the map being scrolled/dragged/Zoomed.
My Code:
Code Behind:
private void Stop_Click(object sender, RoutedEventArgs e)
{
grdMyMap.IsHitTestVisible = false;
}
Replies
Know the answer? Post it — somebody with the same question will find it here.