Drag ListView item

1

Can anyone tell me how to drag a ListView item to one side or the other? Preferably a form that serves the Android / iOS Cross-Platform

    
asked by anonymous 30.10.2017 / 02:54

1 answer

1

For the time being the default implementation of the ListView of xamarin-forms does not support this. You would have to implement a custom. Or use third-party components. Take a look here link

    
03.11.2017 / 15:20