This post is just to let
@Informatix know why this emptied tag has complicated things for me.
How to detect the pane on which the user has performed the "dropping"?
I have some Panes in which the programmer loads a layout.
The "dropping" ends up on a node (view) of the programmer, but I have to detect the node that contains the layout, this is the target of the operation.
I had to create a recursive routine to trace the parents of the "dropping" node but not up to the top-parent, up to the one whose tag had the value I gave it.
Complicated. Complicated even to explain it. The animated gif shows that by passing the cursor over any node the programmer has loaded in the TreeNode, the target is recognized (don't mind the bad look, it's temporary).
How much effort