delagoutte Posted May 3, 2016 Posted May 3, 2016 Hello, I have a tree view Root --node1 --node2 --node3 --node4 I need change parent of "node4" from root to "node2" for example result Root --node1 --node2 |--node4 --node3 How can i do it on runtime ? Quote
rgreat Posted May 4, 2016 Posted May 4, 2016 1. Delete node 4 1. Add node 4 as a child to node 2. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.