Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
Change node
posted

Hi, i like to change a node which is already in the tree with another node that i've create outside the tree.

How can i do this?

I tried this, but then the newer node is always at the end of the sibling nodes..

nOld.Parent.Nodes.Add(nNew)

nOld.Remove()

What can i do that the new node is at the place of the old one??

Thank you and sorry for my bad english!

 

Parents Reply Children
No Data