我正在创建Windows 10 UWP应用程序。我需要在左/右滑动时显示列表视图项的选项。它应该是like this。如果它在Windows 10 Outlook邮件应用程序中可用,为什么他们没有提供创建它的教程。 帮助我。提前致谢。 :)
答案 0 :(得分:8)
Dave Smits为此创建了一个控件,并详细介绍了如何在他的博客上使用它http://www.familie-smits.com/development-tips/tinder-control-for-your-windows-app
源代码在github上了!请注意,这仍然适用于WinRT wp8,而不适用于UWP,但我认为它也应该在UWP中可移植/可行。
如果没有在twitter @davesmits上对他进行ping操作
**更新2015/09/14 这里有一个Windows 10 UWP可用于github https://github.com/FrayxRulez/SwipeListView
答案 1 :(得分:2)
我正在使用这个nuget包,它有多种选择 https://github.com/brookshi/LLMListView
Swipe Left/Right with one action
Swipe Left/Right with one action with animation
Swipe Right with fixed and multiple actions
一些额外内容
Pull to refresh
Pull with a button
Load More
Load More in Group view
这是截图https://raw.githubusercontent.com/brookshi/LLMListView/master/list%20view.gif