Eldorado
Eldorado

Reputation: 71

Windows forms and scaling

I've just set my Windows 10 scaling to 125% because it's more readable to me as a developer. When I opened Visual Studio I get information:

Scaling on your main display is set to 125%.

It also gives me an option to:

Restart Visual Studio with 100% scaling.

When I set this option then after Visual Studio restart I see the message:

Automatic scaling is turned off. WPF/UWP XAML designers might not display correctly.

And also the option to set:

Restart Visual Studio with automatic scaling

To be honest I lot my mind. I want to be sure that there will be no problems with my windows forms application. Which option then should I choose?

Upvotes: 2

Views: 3174

Answers (1)

nvoigt
nvoigt

Reputation: 77285

The messages are about and . Since you are using you should just pick whatever you like best to work with.

Obviously, you should test your application with different settings and on different machines to make sure it works as you expect it to work. But that should be the default anyway.

Upvotes: 1

Related Questions