Mono和winform控制高度问题
我一直在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查是否意外使用了 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