Hi all,
I am trying to add children to treeview parents and sort them into the correct order.
eg treeView1 parents are 0,100,200,300 etc - children of 100 are 110,120,170
(root)
0
100
110
120
170
200
220
300
etc..
I want to add 150 as a child to parent (100) in its correct place in the list.
I can add it to the end of the list under parent 100 but can't get it in the correct place.
Any help will be gratefully accepted.
Thanks
I am trying to add children to treeview parents and sort them into the correct order.
eg treeView1 parents are 0,100,200,300 etc - children of 100 are 110,120,170
(root)
0
100
110
120
170
200
220
300
etc..
I want to add 150 as a child to parent (100) in its correct place in the list.
I can add it to the end of the list under parent 100 but can't get it in the correct place.
Any help will be gratefully accepted.
Thanks