Handling Swipe Guesture in Windows 8 Grid

后端 未结 3 2190
囚心锁ツ
囚心锁ツ 2020-12-25 08:39

I am trying to implement a custom control which consists of a grid with some canvas elements as children , When a swipe action is made on the grid , I am intended to preform

3条回答
  •  再見小時候
    2020-12-25 08:47

    You could try setting ManipulationMode on your swipe-able control and handling the Manipulation~ events. Note that some controls might stop bubbling of UI events, so if you say put your control inside of a Button or a ScrollViewer - the events might not work.

提交回复
热议问题