Treeview rebuild

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

Hello.
I have a treeview control that i need to rebuild when i click on a certain
button.

The button deletes the record selected and what i'd like to do is to rebuild
the tree everytime a record is deleted.

Can anyone give me a hint on this?

Thanks

Luis
 
The treeview control is unbound. The only way to load it is
record-by-record, as you did when you loaded it in the first place. Simply
deleting the node strikes me as far more efficient!
 
Back
Top