I have been at this for a few days and it is driving me mad. I have a control that inherits from System.Windows.Forms.Panel and I\'m trying to override OnPaint. It just plai
Call this.Invalidate() when you want to call OnPaint
this.Invalidate()
OnPaint