开发者

Link label is cut off at the buttom c#

开发者 https://www.devze.com 2023-01-03 12:35 出处:网络
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 t开发者_JS百科he line of the link label.

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 t开发者_JS百科he line of the link label.

Any idea?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消