Form Display Problem, Flickering, display delay

G

Guest

I have a mdi child form that has many controls on it, about 75 of them. When
the form is showed, there is a 1 to 2 seconds of delay for all the controls
to show up. There is a lot of flickering, it looks very bad. Is there a way
so that I can have all the controls loaded/showed at the same time so the
user don't see the screen flicker.
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Hi James,

Controls are created in from the form's constructor. It might be question of
optimizing your loading control's code
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top