【发布时间】:2016-12-04 00:10:22
【问题描述】:
我有一个Label,其中包含大量文本。该值来自数据库。我想要的是在多行 Label 中查看该文本,但如果文本大于 Label 的宽度,它会缩小。
喜欢:
----------------------------------
|This is a label and I want it to|
----------------------------------
但我想要这个:
-----------------------------------------------
|This is a label and I want it to be multiline|
|when needed. |
-----------------------------------------------
【问题讨论】: