Implement Flick Gesture via GestureService from Windows Phone 8

前端 未结 4 1834
-上瘾入骨i
-上瘾入骨i 2020-12-22 10:53

I\'m working on a Windows Phone 8 app. This app will allow a user to flick a panel up. I want this to work very similarly to the way the lock screen works. When the user \'f

4条回答
  •  Happy的楠姐
    2020-12-22 11:34

    You dont need to use toolkit gesture listener anymore. You can use in built manipulation events. Here is the sample:- http://phone.codeplex.com/SourceControl/latest#PhoneToolkitSample8/Samples/GestureSample.xaml.cs

提交回复
热议问题