Multi-Line Labels and Buttons

Labels and Button's have single lines of text by default. If the text of the label or button exceeds the space the component has made available, the component cuts the text off and trails it with three dots.

You can use HTML to format the text to have line wrapping for a long line of text, and to insert a line break any place inside a text to have multiple lines of text.

To auto line wrap the text

  1. Select the component that needs the automatic line wrapping.

  2. Select the component's Text property.

  3. Insert <html> before the start of the text and press enter.

To insert a line break inside the text

  1. Select the component that needs the line break.

  2. Select the component's Text property.

  3. Insert <html> before the start of the text.

  4. Select the part of the text that you want to see the break occur and type <br> in this location and press enter.