Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 8 - 9
BSD 3-Clause "New" or "Revised" License
418 stars 63 forks source link

[Bug/Question]: Why does the KButton change size/padding between using .NET Framework & .NET #948

Open PWagner1 opened 1 year ago

PWagner1 commented 1 year ago

Why does the KButton change size/padding between using .NET Framework & .NET

PaddingBug

Smurf-IV commented 1 year ago

I suspect it is a DPIAwareness being force on for everything .net5 and above, So the "Font / GDI / DPI" scaling you have set is doing weird stuff for each form.

PWagner1 commented 1 year ago

I suspect it is a DPIAwareness being force on for everything .net5 and above, So the "Font / GDI / DPI" scaling you have set is doing weird stuff for each form.

Should this be mentioned in the documentation, if not already?

Smurf-IV commented 1 year ago

Find out what setting "Works as expected / Like .Net4x", and then document it as part of this "bug/question" PR