Is there a way to have \\n make a line break in a TextBlock?
\\n
TextBlock
Or is there a
I know this is ressurecting an old question, but I had the same problem. The solution for me was to use HTML encoded line feeds ( ).
Line1 Line2
Looks like
Line1 Line2
For more of the HTML encoded characters check out w3schools