1
I’m hoping that when the event Holding is fired, I can block the movement of my pivot.
I’ve tried using the properties IsEnable and IsHitTestVisible, however I can still accomplish the Swipe during the holding company. The only property that worked was the IsLocked, however, it "erases" the header, behavior that is not desired for the application.
Someone already passed and managed to solve this problem?
i appreciate the answer. In case, I want to avoid for Windows Phone Runtime and the property
UseOptimizedManipulationRoutingas can be seen here, another point is that this does not resolve _ holding_, since it disables manipulations, preventing theManipulationStartedbe "dispatched".– Felipe Avelar
Then, the second link (from where the above code was taken) is to Windows Phone. Anyway, here’s another example of how to disable Tap and Holding events on Windowsphone: http://blog.mjfnet.com/2010/07/16/windows-phone-7-detecting-tap-and-hold/
– Washington Morais