Link to home
Start Free TrialLog in
Avatar of Greenandroid
Greenandroid

asked on

Treeview Tutorial

Greetings experts,

I was wondering if anyone could provide me with some tutorials (both in depth and basic) which detail how to use the Treeview component. Although i have no problem using this component, i do get confused on the usage of  add, addchild, addchildfirst and so on.
I am looking for a tutorial which shows me the correct methods for adding nodes, finding nodes, adding a child to a particular node, aswell as removing a child from a particular node (or deleting a whole node entirely).
I have found certain articles, but i would like to read more :)

Kind Regards
Jay
Avatar of Greenandroid
Greenandroid

ASKER

Oh, i also forgot to add that i need to find a way of adding a child to a parent node, by just knowing the caption that the parent node has. As an example of this, i would need to add a child node with the caption 'test1' to the parent node with the caption 'parent'

Thanks
ASKER CERTIFIED SOLUTION
Avatar of mwbowman
mwbowman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your help folks.

Much appreciated.