I’d like to insert a newline into a Windows Forms text label through the design view. Something like setting the text to be:
Lorem ipsum \n dolor sit amet
or
Lorem ipsum <br/> dolor sit amet
However, none of the above works. How can one insert a new line into a label? I have a static text that I’ll be displaying, so I don’t want to do it via code.
When you edit the “Text” field, you should see a small arrow on the right side of that text box. If you press it, a multiline string editor should appear. Here you can insert your mulitline text.