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