.net winforms application font trimmed when scaling to 125%

153 Views Asked by At

When i set windows font to 125% my .net winforms application font truncated and that i don't want, not sure if there is any application wide setting to re-scale/adjust

enter image description here

**enter image description here**

1

There are 1 best solutions below

0
On

In R2 2017 we introduced built-in HDPI support in the Progress® Telerik® UI for WinForms suite. This coincides with the HDPI improvements Microsoft is bringing with .NET 4.7 and the Windows 10 Creators Update. The best part is that you will get this support no matter which .NET framework you are targeting (currently supported from .NET 2.0 and up). The following help article demonstrates how to enable the DPI scaling in your application: https://docs.telerik.com/devtools/winforms/telerik-presentation-framework/dpi-support

Please have a look at this KB article which will give you some tips and tricks regarding developing a DPI-aware application: https://docs.telerik.com/devtools/winforms/knowledge-base/hdpi-tips-and-tricks

I hope this information helps.