G
Guest
How do I add a grandchild to a node programatically in a Treeview?
VJ said:sorry it has to node1.Nodes[0].Nodes[0].Add.. but I guess you get the idea..
Vijay
Sean said:How do I add a grandchild to a node programatically in a Treeview?
Sean said:VJ,
Thanks for your response but that is not what I was looking for. I need it
to be done programatically and it has to do with how to get to a specific
child and then add a grandchild to that child.
VJ said:sorry it has to node1.Nodes[0].Nodes[0].Add.. but I guess you get the
idea..
Vijay
Sean said:How do I add a grandchild to a node programatically in a Treeview?