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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top