Adding sub node before adding parent
Brought to you by:
tamc
When using the control as a treeview, and adding nodes
to the control it 's possible to make it in two ways.
1. Adding the parent first and the the childs to the
parent. This works.
2. If you add the children to the parent first and then
adds the parent to the control, all the subitems on the
node will miss the value for which control they are
connected to. This means that no one of the children
will be selectable in the control.
I think it would be a nice feature to be able to add
children before the parent has been added to the
control, if it's managable.
Logged In: YES
user_id=985243
If a user is going to add a lot of child nodes with a number of
different parents then it's not so easy to use the first
alternative abouve since you have problem finding the correct
index for the parent for each node.