简体   繁体   中英

WinForms Label Right-To-Left Not Working

I have a Label inside a GroupBox. The RightToLeft property of Form, GroupBox and Label are Yes. The Auto-Size property of the Label is True. The Text of the Label is set at run-time. The problem is that the label grows from left to right instead of right to left. How can I solve the problem?

Possible duplicate with this: Label grow from right to left

Basically Auto-Size property needs to be false.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM