Hi all, I have two trees, from which one (target tree) is populated by dragging and dropping nodes from the other tree (source tree); that works fine already. While I am dragging, the icon of the dragged node "in the air" shows me, if I the current mouse position is a possible drop target (tree) or not. As I do not want my source tree to get nodes dragged into, I have no logic to do so. What I now need is a possibility to mark my source tree as "not a drop target" in order to get appropriate visual feedback from the node being dragged, that i cannot drag it onto the source tree. Does anyone have an idea how to achieve this? Regards, Marius |