Form Display Problem, Flickering, display delay

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Hi James,

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