在Windows Phone 8.1中停止操纵惯性

时间:2014-10-12 22:43:24

标签: c# windows-phone-8.1 gesture-recognition inertia

我有一个可以使用操纵事件和元素转换来滑动的元素。我还将ManipulationMode设置为值All,因此包含惯性。 我的目标是在滑动时从屏幕上移开手指后能够停止惯性转换。

我找到了这篇有趣的文章,但我找不到我要找的东西:http://msdn.microsoft.com/library/windows/apps/windows.ui.input.gesturerecognizer.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2

对不起,如果问题不是很准确,我就打电话了。提前谢谢。

1 个答案:

答案 0 :(得分:0)

这就是我在我的应用程序中停止惯性的方法 我会使用GestureRecognizer class

进行操纵

以下是使用手势识别器Input: Gestures and manipulations with GestureRecognizer

进行操作的示例

以上示例代码也适用于WP8.1 从GestureSettings中删除惯性支持的模式。多数民众赞成,操纵时不会有惯性。 删除这三个..

Windows.UI.Input.GestureSettings.ManipulationTranslateInertia | 
Windows.UI.Input.GestureSettings.ManipulationRotateInertia |
Windows.UI.Input.GestureSettings.ManipulationScaleInertia