Is there a way to have \\n make a line break in a TextBlock?
\\n
TextBlock
Or is there a
just use the AccessText control. you can use it like a label and you have the property TextWrapping="WrapWithOverflow"
eg.
Mine is like that and it's working fine. Also, you don't have any problems on changing the text dinamically.