Drag and Drop in UWP in list of bank accounts
问题 I have a Universal Windows Application for a local bank, I'm working on a money transfer view, and they need to transfer money from account to account using the Drag and Drop feature in UWP applications. I've made the animation part, but I need help after I drop the list item to the "Account To" list. I'll attach a screenshot to make it clear. As you see in the picture, I need to drag one item from the "From Account" list and drop it on only one item on "To Account" list. How can I achieve