C#: how to insert string containing new lines into TextBox?

Viewed 38791

How do you insert a string containing new lines into a TextBox?

When I do this using \n as the new line character, it doesn't work.

5 Answers
Related