Hello,
I have a form with a UserControl inside it, and inside that UserControl is a GroupBox:
Under certain conditions, I want to add another GroupBox below the first one. When those conditions are met, I add it dynamically as the following code snippet from the UserControl shows...