Here are some frequently asked questions about Windows Forms and their answers.
Browse by Tags
All Tags » Panel (RSS)
-
|
Make sure to set these flags for your panel, e.g., in its constructor. You will have to derive a class from Panel otherwise if you were initially using the Panel directly. base.SetStyle( ControlStyles.DoubleBuffer | ControlStyles.DoubleBuffer | ControlStyles...
|