Is there any way to load all UI controls before displaying? C# winform -
I have a complex win form with a lot of control and heavy patents, according to user screen size change and positioning control, This is due to the form showing at some rendering and renaming
Is there any way to prepare the UI before loading and displaying ?? My full meaning is to show the final UI after the whole re-rendering incidents.
Before loading the main form using the splash screen, how should I do this ??
Thanks
Probably use and will work.
From MSDN:
When you adjust the many attributes of the control, suspension and again for example to suspend several layout events, Call the method, then set the size of the control, location, anchor, or dock property, and then call the ResumeLayout method to enable changes to take effect.
Comments
Post a Comment