I'm developing a MDI application in Delphi XE5. i'm facing the common flickering problem when a child form is opened maximized, maximized, and resized.
I have solved the first issue usign this trick. It works quite good (but not perfectly).
Now I'm not able to find a proper solution for stopping flickering when opened child form is maximized or resized. In particular, the flickering effect is very pronounced on the grids with propery align = alClient
.
Have you got any suggestions for solving that? Thank you.