Seems like the app doesn't scale properly and has somewhat blurry text when scaled for high DPI screens.
Is this something anyone has looked at before? I tried fixing the issue following these steps and it mostly worked:
https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
But that would require upgrading to .Net 4.7; is that something we could do?
Also, even following those steps, there are still a lot of graphical bug to fix. It seems like this post has a lot of good things to look for. https://stackoverflow.com/questions/22735174/how-to-write-winforms-code-that-auto-scales-to-system-font-and-dpi-settings
Without proper Scaling today (On a 4k Monitor in Windows 10 scaled to 150%):

With proper scaling (On a 4k Monitor in Windows 10 scaled to 150%):

Seems like the app doesn't scale properly and has somewhat blurry text when scaled for high DPI screens.
Is this something anyone has looked at before? I tried fixing the issue following these steps and it mostly worked:
https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
But that would require upgrading to .Net 4.7; is that something we could do?
Also, even following those steps, there are still a lot of graphical bug to fix. It seems like this post has a lot of good things to look for. https://stackoverflow.com/questions/22735174/how-to-write-winforms-code-that-auto-scales-to-system-font-and-dpi-settings
Without proper Scaling today (On a 4k Monitor in Windows 10 scaled to 150%):

With proper scaling (On a 4k Monitor in Windows 10 scaled to 150%):
