Group boxes don't render properly if the parent window has the WS_CLIPCHILDREN style set. My current workaround is to simply remove the flag from the parent. However this results in extreme flickering when resizing the window.
Is there a better workaround possible?
Update
The Dr Dobbs article Resizable Dialogs Revisited address exactly the same problem that I am experiencing. The solution offered reduces flashing, but doesn't eliminate it. I'll be using this code. However if better solutions would be possible, then feel free to post them!