You might want to Google this question outside of this forum as it is really related to certain generic .NET behavior and is not specific to Visual COBOL.
I found the following:
stackoverflow.com/.../automatic-resizing-of-the-windows-forms-controls
Seems that the magic is in the anchor and dock properties of your controls or by using a TableLayoutPanel to arrange your controls.
Thanks