Is there a way to have \\n make a line break in a TextBlock?
\\n
TextBlock
Or is there a
The Best way that worked for me for multiple lines in the same Textblock is:
text1 text2
Make sure to not use TextWrapping="Wrap". Use TextWrapping="NoWrap" or use nothing.