Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding nodes to a tree component

Status
Not open for further replies.

cpigg

Programmer
May 4, 2005
19
0
0
US
I have a tree like this:
root
-child
-childchild
-childchild
-child
-childchild
-childchild
I need to add a fresh node to the root and have it show up as a child with the root folder. I also need to add a child to the child and have it do the same thing. I first initially load the tree up with a xml file to first populate the tree. I couldn't find any documentation on this. If someone could help I would appreciate it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top