Visual Studio Windows Form Preview In Different Re

2019-08-13 13:33发布

I enjoy running Visual Studio in 1680 x 1050 resolution. However, our customers typically use 1024 x 768. Is there some way I can keep my editor in the native resolution but display the form designer in a different one? Thanks!

Austin

2条回答
Evening l夕情丶
2楼-- · 2019-08-13 13:49

I suggest you get an additional monitor, configure it as a desktop extension at 1024 x 768, and use it as your UI development and testing screen.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-08-13 13:49

I use a 2nd monitor at lower resolution when I need something like this.

Keep VS in your main window, then drag the form when running over to the other.

Also comes in handy when debugging, since you can see both your form and your step through at the same time.

查看更多
登录 后发表回答