user2563086
user2563086

Reputation: 11

Windows Phone 8 Just Prevent Map Control to Scrolling

I am new in windows phone 8 development. I have a map containing the layer where I can dragging the line from one point to another, but the problem arise is whenever I am going to draw line over map the whole map is moving.

How should I stop just the map scrolling with out make disable the other user interaction features of map control?

Upvotes: 1

Views: 388

Answers (1)

halloweenlv
halloweenlv

Reputation: 488

Set one of these properties to false, whitchever suits You best:

Props

Upvotes: 1

Related Questions