How to populate the nodes into the newtreeview1 which is the instance of the another treeview1 ? The nodes which is added to the "newtreeview1" should be available in the first instance of the treeview1?
for example; if the treeview1 contains
|-- Node1
|-- Node2
| -- Node3
|-- Node4
the newtreeview1 should also have the above nodes.