Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Windows Phone 编程的新手,所以我决定编写一个简单的应用程序,它应该只显示一些数据。现在我想实现一个平移手势:我有两个堆栈面板,一个显示并向右滑动,第二个进来(例如,像 WhatsApp 表情符号菜单)。
有很多样本。尝试使用DragDelta 和 DragCompleted 事件。