Winform大小变化
当我运行 winforms 的 EXE 时,它在 14 英寸显示器中完美运行,但当我在 12 英寸显示器中运行相同的 EXE 时,它会重新排列并且内容缩小并且看起来很糟糕。
.NET Exes 在显示器尺寸方面是否存在一些问题?
请帮我。
谢谢, 卡西克
When i run the EXE of winforms it runs perfectly in 14 inch monitors , but it rearranges and the contents shrink and look bad when i run the same EXE in 12 inch monitors.
Has .NET Exes have some issues with the monitor size?
Please help me.
Thanks,
Karthick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这与分辨率有关,而不是显示器尺寸。
调整表单大小时的不良行为意味着设计它的人搞砸了 - 与 .NET 无关。
This has to do with resolution, not monitor size.
Bad behaviour when the form is resized means whoever designed it screwed up - nothing to do with .NET.