问题
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