Hello,
I have a panel with 3 groupbox's
- groupbox 1 contains: 17 Labels and 12 Textbox's - groupbox 2 contains: 14 Labels, 1 Combobox and 13 Textbox's - groupbox 3 contains: 4 Labels and 4 Textbox's
I need to enable/disable the panel so that all the input controls are enabled/disabled. Well this takes a lot of time, you can see that the disable starts from the top till the bottom. With enable i have the same effect.
Is there a way to speed this up Maybe my method that I use is not the best, can you suggest me another
Thanks.
Visual C#16
|