Windows Store App drag and drop between ListViews
I am building a Windows Store App / Universal App targeting Windows 8.1 and Windows 10 and I would like to be able to drag and drop items between ListViews and be able to position the item in a specific spot in the ListView. The main problem I'm having is that I can't find a good way to determine the list index of where the item was dropped. I found a sample ( XAML ListView reorder ) but an important difference is that the items in my list have variable heights so the simple calculation this sample project uses to infer the index won't work for me. I am able to get the x,y position of where