VitrtualStringTree. How to Drag'n'Drop to ROOT level?
- by Alexandr
A have a tree:
ROOT - VirtualStringTree(You don't see it, TVirtualStringTree.RootNode)
- My Root Node 1
- My Root Node 2
- - Second node 1
- - Second node 2
- - Second node 3
- My Root Node 3
I can Drag'n'Drop "My Root Node 3" to any visible node, but I can't return it to defaut position, to the root level of tree.
I try that:
//Part of…