I'm wanting that when the Holding
event is triggered, I can block the movement of my pivot
.
I have tried to use the IsEnable
and IsHitTestVisible
properties, however I can still do the swipe during the holding . The only property that worked was IsLocked
, however, it "deletes" the header, behavior that is not desired for the application.
Has anyone gone through and solved this problem?