Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create SwipeListView in Windows 10 UWP apps like in outlook mail app

I am creating windows 10 UWP app. I need to show options for list view item on swiping left/right on it. It should be like this. If it is available in Windows 10 outlook mail app, why didn't they provide tutorial for creating it. Help me with this. Thanks in advance. :)

like image 759
Aasiq Dx Avatar asked Dec 24 '22 15:12

Aasiq Dx


1 Answers

Dave Smits has created a control for this and detailed how to use it on his blog http://www.familie-smits.com/development-tips/tinder-control-for-your-windows-app

The source is up on github! Do note that this was still for WinRT wp8 and not for UWP, but I would assume it should be portable / workable in UWP too.

If not ping him on twitter @davesmits

** Update 2015/09/14 There is a Windows 10 UWP one available on github here https://github.com/FrayxRulez/SwipeListView

like image 107
Depechie Avatar answered May 07 '23 17:05

Depechie