How to stop Windows 10 from enlarging pre-sized forms

J Trahair

Well-known member
Joined
May 14, 2008
Messages
175
Location
Spain
Programming Experience
10+
Hi. I usually set my form size to slightly smaller than the customer's screen size, and often I have hidden non-visible groupboxes just below the bottom of the form.

The customer slides the form up to the top of their screen and, if their physical screen size is bigger, Windows 10 will show the whole form, enlarged beyond what I set it to at development time exposing all the previously out of sight groupboxes, unused textboxes etc.

How do I stop this? Apart from making the unwanted items visible = false, of course.
 
Back
Top