By Kenton Brown
My example shows a way to open and close a graphic panel animation without flicker
The SetStyle(ControlStyles.DoubleBuffer, true) was not used as this only benefits graphics
running from within onPaint
It double buffers by drawing the graphic offscreen.
See source code for references.
Download TestSpacePanel.zip