TLabel and TGroupbox Captions Flicker on Resize
The only thing I have found to work well is to use the WS_EX_COMPOSITED window style. This is a performance hog so I only enable it when in a sizing loop. It is my experience that, with the built-in controls, in my app, flickering only occurs when resizing forms. You should first perform a quick … Read more