Flickering TreeView

  • Thread starter Thread starter www.dir
  • Start date Start date
W

www.dir

Hi,

I am using a timer to renew the items in a TreeView control, but every
time I am renewing the items they are flickering. I've called
BeginUpdate() before changing the TreeView control, and EndUpdate after
changing them, but the is no effect.
Any ideas?

Thanks
 
Hi,

I am using a timer to renew the items in a TreeView control, but every
time I am renewing the items they are flickering. I've called
BeginUpdate() before changing the TreeView control, and EndUpdate after
changing them, but the is no effect.
Any ideas?

Try setting Scollable to false when you call BeginUpdate and then to back to
true when you call EndUpdate

SP
 

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