Hi!
how to show tree view like this structure..
.A
/ \
/ \
b c
/ \ \
/ \ \
g .d h
/ \
/ \
e f
/ \ / \
/ \ / \
and so on...
Loading
bala muruganPosted Jul 7, 2010, 4:22 AM
hi..
1. Place the tree view control in windows form
2. Click the right corner arrow
3. Select the edit node
4. Add the add root (it is the parent node)
5. You want child node than click child node
6. Next the Child node select after the click root node than now the child node is act parent node
7. The node name is change through the properties