Search code examples
c#winformsinheritancegroupbox

GroupBox growing in a inherited form


I´ve created a base form. In this base form, has a groupbox component. When I use this form by inherit, the groupbox inherited is growing more than form. I need to ajust this all the time when I close and open the design of the forms inheriteds by the form base.

Thanks!


Solution

  • Using DOCK property of group box in the pagecontrol I´ve resolved my problem. Thanks all for reply.