
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How do I maximize the screen and objects adjust to this new size? thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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