Multiple line label
-
How can I get a multi line label?
-
Insure the frame is tall enough then set
ui.Label.number_of_lines
-
Alternatively you could use a
TextField
orTextView
and turn off Editing
-
@robertiii, set
label.number_of_lines = 0
,size_to_fit()
may also be your friend.