System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer Field
If true, the control is first drawn to a buffer rather than directly to the screen, which can reduce flicker. If you set this property to true, you should also set the ControlStyles.AllPaintingInWmPaint to true.