I need to implement Xamarin.Forms ListView that supports rearranging of its items using dragging and dropping and working on all 3 platforms.
So far, it looks like Xamarin.Forms does not offer this functionality.
Has anyone been able to implement this or could share a good resource supporting all 3 platforms?