Mono和winform控制高度问题

发布于 2024-09-07 10:13:33 字数 158 浏览 1 评论 0原文

我一直在 Ubuntu 上使用 Mono 测试我的 .NET Windows 应用程序,并注意到我的控件总是在高度上拉伸。宽度方面似乎还不错。我有一堆 5 个组合框,它们非常适合面板,但在 Ubuntu 上使用 Mono 时,组合框太高,最后一个组合框被推入面板的边界。有人知道为什么会发生这种情况吗?

I have been testing my .NET windows applications with Mono on Ubuntu and noticed that my controls are always stretched in height. Width wise appears to be fine. I have a stack of 5 comboboxes that fit nicely within a panel, but with Mono on Ubuntu the comboxes are too tall and the last comboxbox is pushed into the boundary of the panel. Anybody know why this is happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独患者 2024-09-14 10:13:33

您可以检查是否意外使用了 AutoScaling:

http://www.mono-project .com/FAQ:_WinForms

或者几天前有人向我指出了一个非常奇怪的原因,在 Ubuntu 上安装了泰语字体:

https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/539008

You can check and see if you are using AutoScaling by accident:

http://www.mono-project.com/FAQ:_WinForms

Or someone pointed me to a really weird cause of this a couple of days ago, having Thai fonts installed on Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/539008

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文