And for HiDPI, https://learn.microsoft.com/en-us/dotnet/desktop/winforms/hi...
https://github.com/dotnet/winforms/issues?q=is%3Aissue%20sta...
> WinForm or WPF, how to choose
and they were like: "the question I have isn't how to choose, but _why_ I have to choose".
Winforms is also .NET based, so it's inaccessible if you don't want to write your UI in and take a dependency on .NET.
Naturally it is a bit more than just drag and drop controls from the toolbox.
HiDPI is supported in modern .NET, with additionally APIs, that aren't enabled by default only due to backwards compatibility.