开发者

Silverlight Cancel bubbling mouse move event

开发者 https://www.devze.com 2023-02-13 02:11 出处:网络
I placed a bing maps control in a windows phone 7 pivot viewer control. If I move the map left or right, the pivot wants t开发者_Go百科o switch views.

I placed a bing maps control in a windows phone 7 pivot viewer control. If I move the map left or right, the pivot wants t开发者_Go百科o switch views.

How can I prevent this event to bubble up to the pivot control?


The problem is that both the Maps control and the Pivot control are both interested in gestures, so a left or right "flick" results in the Pivot changing the selected item. It is actually not reccomended to put a Maps control in a Pivot (or Panorama for this very reason). However, if this is the best approach for your application, then there is a solution in this blog post: WP7 the Pivot and Bing Map dilemma.

0

精彩评论

暂无评论...
验证码 换一张
取 消