I have GroupBox
within a Form
that has the following pattern:
Padrão de tela
- Form: 1290;700
- GroupBox Principal: 1260;600
This Form
is opened through MDI. I use a function to center this form according to the size of the monitor!
However, I encountered the following problem when I try to open the system on a monitor that is not wide and the resolution is 1024X768 so my GroupBox
is cut off. How could I do to Form
have automatic sizing along with all TextBox
, ComboBox
, Grids
that are inside it?