Hi,
I'm trying to build a drag-and-drop feature into a treeview. The first part is working and I'm getting the item dragged from one place to another. (At least, the task I am dragging is popping up again in the drop eventhandler) However I need to get the item on which the dragged item was dropped.
Anyone know how to do this?