Much info at Automatic scaling (Windows Forms .NET) site
Also others attempting to completely explain auto scaling
Some say to set AutoScaleMode property to Dpi, other to use Font
Some mention AutoSizeMode property to GrowAndShrink others do not
Some say to add <dpiAware> to the application manifest. Other do not mention it
Also, Widows does auto scaling and WinForms platform has its own scaling mechanism
I can’t find it again but I’m quite sure I read where it changes in Net 8
I’m confused!
What should I code so that my forms have the same size on all monitors?
(I'd like to be ready for Net 8)
Also others attempting to completely explain auto scaling
Some say to set AutoScaleMode property to Dpi, other to use Font
Some mention AutoSizeMode property to GrowAndShrink others do not
Some say to add <dpiAware> to the application manifest. Other do not mention it
Also, Widows does auto scaling and WinForms platform has its own scaling mechanism
I can’t find it again but I’m quite sure I read where it changes in Net 8
I’m confused!
What should I code so that my forms have the same size on all monitors?
(I'd like to be ready for Net 8)