Is there a way to have \\n make a line break in a TextBlock?
\\n
TextBlock
Or is there a
If you are binding TextBlock's Text, none of the other answers work. Simply add '\n' to the binding text to where you want to break.