P
PeteCresswell
Got a populated TreeView.
The tree is sorted alphabetically by Node.Text
Am adding a new root-level node.
Want the new node to appear at least approximately in alphabetic
sequence in the tree.
Doesn't have tb precise - although that would be a nice-to-have - but
putting new node "Golf" at the beginning or end of the nodes that
begin with "G" would suffice.
Do I have to iterate through all the nodes beginning with the first,
looking for a relationship to my new node's .Text?
Or is there some easier way to find the first node between values "X"
and "Y"?
The tree is sorted alphabetically by Node.Text
Am adding a new root-level node.
Want the new node to appear at least approximately in alphabetic
sequence in the tree.
Doesn't have tb precise - although that would be a nice-to-have - but
putting new node "Golf" at the beginning or end of the nodes that
begin with "G" would suffice.
Do I have to iterate through all the nodes beginning with the first,
looking for a relationship to my new node's .Text?
Or is there some easier way to find the first node between values "X"
and "Y"?