链接标签在按钮处被切断c#

发布于 2024-09-05 15:53:41 字数 86 浏览 4 评论 0原文

在我的 C# winform 应用程序中,我有一个链接标签。 当链接标签中的文本本地化为中文时,文本在底部被链接标签的行截断。

有什么想法吗?

In my C# winform application I have a link label.
when the text in the link label is localize to chinese the text is cut off at the buttom by the line of the link label.

Any idea?

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

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

发布评论

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

评论(2

南风几经秋 2024-09-12 15:53:41

东亚机器往往以较大的系统字体大小运行,以使字符更清晰。 Form.AutoScaleMode 的设置很重要,窗体的字体与控件的字体也很重要。确保您的表单正确缩放。

East Asian machines tend to run with a larger system font size to make characters more legible. The setting of Form.AutoScaleMode matters, so does the Form's Font vs the control's Font. Ensure that your form scales properly.

我偏爱纯白色 2024-09-12 15:53:41

它可能是您用于链接标签的字体。尝试更改字体或设置不同的大小。

我认为您没有发布足够的信息。你可以发一张截图。

It could be the font you are using for the link label. Try changing the font or setting different size.

I don't think you've posted enough information. You could post a screenshot.

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