confused. :?
How does one go about making tree items draggable? I want to show a directory structure in a treeview and have it be possible to drag a directory to a different drop target.
I have a listview which is happily allowing me to drag items, and a second which is receiving them. I’m just stumped with the tree view.
AFAICT I need to assign a custom component for the tree item with createItemComponent. I should then be able to override the mousehandling stuff for the component, right? This doesn’t appear to be working though.
I’m sure this is easy, but I’m totally missing it. :roll: