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