D
Dan
Hi. I want to be able to use the ListView::GetItemAt function from within
the ListView's DragDrop event callback. My problem is that GetItemAt
requires screen-space coordinates, and the DragEventArgs gives me the drop
coordinates in control relative space. Is there an easier way than
iterating up the parent hierarchy?
Cheers for any help,
Dan.
the ListView's DragDrop event callback. My problem is that GetItemAt
requires screen-space coordinates, and the DragEventArgs gives me the drop
coordinates in control relative space. Is there an easier way than
iterating up the parent hierarchy?
Cheers for any help,
Dan.