H
hello_world
I have a winform containing a TabControl with multiple TabPages. Each
TabPage in turn contains several controls (Labels, TextBoxes ...).
Now, when I load my form or switch TabPages, the controls within the
form do not appear in a smooth manner, i.e, I see the outlines of the
controls first for a fraction of a second and then the form is drawn
completely. Is there a way to correct this - to make my form and its
controls appear simultaneously?
Thanks.
TabPage in turn contains several controls (Labels, TextBoxes ...).
Now, when I load my form or switch TabPages, the controls within the
form do not appear in a smooth manner, i.e, I see the outlines of the
controls first for a fraction of a second and then the form is drawn
completely. Is there a way to correct this - to make my form and its
controls appear simultaneously?
Thanks.