In my windows-form-application I have reports that are set on A4 page and working perfectly and printing on full page but when user changes OS font-size
from 100% to 125% or 150%, the print layout get shrink in the application. how to make the report constant for every OS font-size
.
Asked
Active
Viewed 135 times
0

Khalil
- 187
- 2
- 10
-
Have you tried enabling DPI awareness [like this](https://stackoverflow.com/a/33588482/3110834)? – Reza Aghaei May 03 '22 at 10:17
-
@RezaAghaei I've tried it but it is messing with all forms rather than solving my issue of report. – Khalil May 03 '22 at 11:05
-
I cannot imagine how it's making a mess in all the forms, but it basically is something that all applications are supposed to support. – Reza Aghaei May 03 '22 at 12:08
-
@RezaAghaei Whatever, but it is not working on report. – Khalil May 03 '22 at 14:28