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
 
Back
Top