I have several forms of which the containing controls are created and/or initialized at runtime. I do this in the Load event, but still, when the form is displayed, I can still see some forms being initialized.
In my understanding the Load event is happening before the form is displayed, so this shouldn't be a problem.
What am I missing here or what can I do to prevent this?