Tree control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

am using a TreeView control. I want to do some operations on the control
i.e. adding/removing nodes etc. Is it possible to somehow lock the tree
control so that it won't update itself after every operation, so that when
all operations are done then only update once.

Thanks in advance

KDV
 
KDV,

TreeView provides BeginUpdate/EndUpdate methods that do exactly this.
 
Back
Top