本文介绍了如何在两个listview项之间编写pinch事件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在C#metro应用程序中有一个ListView。
I have a ListView in C# metro application.
我需要跟踪两个列表视图项之间的夹点事件。
I need to track pinch event between two list view item.
我检查了所有控件,没有夹点事件。
I checked all the controls, there is no pinch event.
只有滚动查看器缩放模式才能执行操作。
only scroll viewer zoom mode perform the actions.
那么如何实现上述目标?
Then How to achieve the above?
TG Karthick Babu
T G Karthick Babu
推荐答案
这篇关于如何在两个listview项之间编写pinch事件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!