Hi,
I am having an issue where controls appear to be pushed off the bottom of a panel when the Display size is set to 125% and the resolution is 1024 x 768 or lower on older versions of windows. This is happening uniformly across most of the work spaces in our product.
We are seeing this on windows 2008, and Windows 8.1.
It seems to not be a problem on Windows 10.
It looks like the controls are made larger but the panel that the controls are contained in is not made larger (or large enough) so the controls at the bottom of the panel appear to be pushed off the bottom.
We have a style set applied to the controls with font sizes specified. However when the display size is set to larger than 100%, the font and controls are made larger also.
Is there a setting that we can use to ignore the display size so the controls and fonts stay the size set?
If we cannot override the display size, is there a way to make the panel grow so the controls do not get pushed off the bottom?
Thanks
Hello,
This sounds like it's related to the form's autoscaling. My recommendation is to try setting the Form's AutoScaleMode property to None. You can also read more about Automatic Scaling here: https://msdn.microsoft.com/en-us/library/ms229605(v=vs.110).aspx.
Please let me know whether this works for you.