Control for displaying multiline text?
You can display multi-line read-only text in a Label. If the text has \n (newline) characters in it, then the label will wrap to a new line wherever the newline character is. If the label has wrapText set to true and there is not enough space to display a single line of text, then the … Read more