Hey all, I'm trying to make a Content View where a person can take an item from a ListView, drag it to an image and trigger an event that will delete the item from the ListView. I've been fishing around for NuGet packages that allow you to use a drag and drop functionality but I haven't found much that's usable in Xamarin.Forms. Does anyone know of any package that can be installed to do what I want to do?
Just to clarify, there's two different problems I need to solve: Dragging an item from a list and creating an event that will trigger when a control is dragged to another one. These seem like fairly simple and often used gimmicks in phone applications. I'm not interested in the iOS side of things for now, so something that works fine even if it's just on android would be great. Thank you in advance!