Disable Fade/Scroll Effect on XP

  • Thread starter Thread starter Andreas Zita
  • Start date Start date
A

Andreas Zita

I have a TreeView Control which I update often from code. When the XP-OS is
set to Fade or Scroll Effect this TreeView flickers a lot and looks awful..
when set to no Effect it behaves much better.. but is there any way for me
to control this setting for a certain Control or Form from the code?

/Andreas Zita
 
Do you call BeginUpdate() and EndUpdate() before and after large
operations? This can prevent redrawing the control after every
insertion and can dramatically increase performance.
 
Yes, Im doing that. But when calling EndUpdate the changes done will "scroll
appear" and "flash"... annoying

Thanks anyway Bram ...
 

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