I am able to implement drag and drop from one ListView to the other ListView with the help from this blogpost
I am also able to reoder items in the same ListView
CanReorderItems="True"
But I am not able to drop an item from one ListView control to the other ListView control in the desired location.
Is there any way to find out the position where the drop occurred so that I can insert at that location using Insert method.