Handling Swipe Guesture in Windows 8 Grid

后端 未结 3 2095
囚心锁ツ
囚心锁ツ 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:52

    You could check out SwipeHintThemeAnimation that uses GestureRecognizer to hook up to a Rectangle control or modify it to use your Grid control, see the documentation.

提交回复
热议问题