I have a C# program with a DataGridView on the form.
When the user selects a row and presses a button, I present control panel with some textboxes that fill from the DataGridView.
When the control panel is shown, I see the controls building on the screen and it's not pleasing to the eye.
How do I show this control panel instantly?
Thanks in advance