I have a TextBlock, like this one:
<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto">
<TextBlock Name="PatchNotesTxt" Width="291" Height="226" Style="{StaticResource PatchNotes}">
Test Test Test Test Test Test Test Test Test Test Test Test Test Test TEST
</TextBlock>
</ScrollViewer>
But the problem is that when the content reaches the end of the TextBlock it isn't transfered to a new line. How am I supposed to achieve that?