Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
InitializeLayout not firing on not visible form
posted

I am creating a form and loading data into it with the intention of showing it as a dialog. The data loads but the InitializeLayout event does not fire.

If I call the .Show method on the form before loading the data, the event fires.

Am I doing something wrong?