Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的主窗体也是自适应的,它的“windowState”是“最大化”。
我在设计属性中将它的宽度设置为 1022px。
全屏运行应用程序时,form.width 仍然是 1022 ,但不是屏幕分辨率。
我怎样才能获得正确的价值?
如果Window最大化,您可以使用它Screen.WorkingArea来获取真实尺寸。
Window
Screen.WorkingArea