I have a WinForms gui application which has a number of areas to it which I'd like to custom-draw some graphics. These areas would contain controls and be resizeable. I'm currently thinking of inheriting from a TableLayoutPanel
and handling onpaint messages.
Does this sound like a good way to go or are there other/better options?