How can I set the protected DoubleBuffered property of the controls on a form that are suffering from flicker?
DoubleBuffered
Before you try double buffering, see if SuspendLayout()/ResumeLayout() solve your problem.