Label grow from right to left

前端 未结 6 577
逝去的感伤
逝去的感伤 2021-02-03 17:00

I have a label on my form which is on the right of the form. This label loads a dynamic text.

Sometimes the text that it loads is too long and the text crosses the borde

6条回答
  •  死守一世寂寞
    2021-02-03 17:41

    My problem here was that my label was in a panel, and anything I did wasn't working.

    What I did was to place the label in a TableLayoutPanel control and set the TableLayoutPanel's RightToLeft property to True; this did the trick.

提交回复
热议问题