how to disble and enable swipe in pivot control of windows phone?

允我心安 提交于 2019-12-11 23:26:41

问题


I am using pivot control for swipe page in windows phone.

But in pivot i did not get any event left swipe is disable and right swipe is enable.

please help me how can i disable left swipe and how enable right swipe


回答1:


Maybe you can read how to capture the gesture event here , and read alls the gesture type on Windows phone here

(swipe is a HorizontalDrag type on Windows Phone) .

Also, maybe when you are in your specific pivot page, you can abort the gesture event.

You have also this website for more informations...



来源:https://stackoverflow.com/questions/18512362/how-to-disble-and-enable-swipe-in-pivot-control-of-windows-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!