1
Would anyone happen to know how to drag a Listview item one way or the other? Preferably a way that serves Cross-Platform Android/IOS
1
Would anyone happen to know how to drag a Listview item one way or the other? Preferably a way that serves Cross-Platform Android/IOS
1
For now the default Xamarin-Forms Listview implementation does not support this. You would have to implement a custom one. Or else use third party components. Take a look here https://www.syncfusion.com/products/xamarin
Browser other questions tagged listview xamarin xamarin-forms
You are not signed in. Login or sign up in order to post.
Oh yes, I thought I had it implemented already :D Thanks for helping I’ll take a look at the link
– Matheus Ribeiro