Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make a label multiline?

Tags:

People also ask

How do you make a multiline label?

Answers. Put you label on the form. Go to the Text Property and Press the Dropdown down arrow and type your mutliple lines of text in.

Can you display multiple lines of text in a label?

Thanks! Select the Text widget and look to the properties palette. You'll then be able to change it to multi line.

How do I create a multiline label in HTML?

The <textarea> tag defines a multi-line text input control.


I have a Label that has a large amount of text. The value comes from a database. What I want is to view that text in a multiline Label but if the text is more than the width of the Label it cuts down.

Like:

----------------------------------
|This is a label and I want it to|
----------------------------------

But I want this:

-----------------------------------------------
|This is a label and I want it to be multiline|
|when needed.                                 |
-----------------------------------------------