FrayxRulez / SwipeListView

A ListView with swipe handling like the one in new Outlook Mail app for Windows 10.
MIT License
99 stars 29 forks source link

port to UWP #6

Open minimalisticMe opened 8 years ago

minimalisticMe commented 8 years ago

Hi, this is a very nice solution for ListView on mobile devices. I'm using this code in a UWP app (desktop and mobile) and it seems to only work in mobile (scrolling and swiping), on Desktop it just shows the items, but it is not "scrollable" or swipable (second thing is rather positive, as I'm using mouse oriented behavior for that. But the scrolling thing is a real issue.

Btw. clicking an item works on both mobile and desktop.

Can you please provide scrolling for desktop or tell me about where this problem is stuck on desktop in comparison to mobile? That would be really nice.