Hello,
I implemented drag and drop between TreeViews as described here. Works well.
However while I want to allow dragging an item from the left control to the right control I do not want to allow drag and drop within the control on the left side.
I was trying to achieve my requirement by using the event "OnNodeDragStop", however I can not find something like target control Id within the event properties.
T