This question is locked. New answers and comments are not allowed.
I have a tileview bound to an observablecollection A. I have implemented drag drop from a listbox bound to another observablecollection B. When I drag and drop from B to A I want to be able to access the item in the panel at the position I am dropping into if one exists. The reason is I may need to swap that item with the new one I am dropping in and there are also cases where I want to validate whether the user is allowed to drop the item into that position. Is this possible?
Thanks
Regards,
Nabil
Thanks
Regards,
Nabil