Hi all,
I have implemented Drag and drop functionality in Ultra Tree, but it only moves single node to another node and I need to enable dropping between some nodes. Is there any way to do this or maybe there is some example how can I do this?
There is a sample that is included with the SDK named 'UltraTree Drag and Drop', that sample demonstrates the general concept of drag and drop.
Hi, thanks a lot for your help, I've created DrawFilter and I have a problem with drawing some nodes. In sample is the same problem as in my application so I will explain on example.When I do Drag and Drop operation and cursor is over node to which I can drop data, the node is not displaying.