D
Dale Fye
I'm using a treeview control to display a heirarchy. I've got some code
working to add or remove nodes.
What I want to happen is that when a node is added, it will automatically
get selected and the NodeClick event should fire (to update a subform with
that nodes data).
When I delete a node, I want to automatically select one of the following,
and fire the NodeClick event for that node.
1. the nodes next sibling (if there is one)
2. previous sibling , if there is one,
3. parent, if there is one.
working to add or remove nodes.
What I want to happen is that when a node is added, it will automatically
get selected and the NodeClick event should fire (to update a subform with
that nodes data).
When I delete a node, I want to automatically select one of the following,
and fire the NodeClick event for that node.
1. the nodes next sibling (if there is one)
2. previous sibling , if there is one,
3. parent, if there is one.