I want to put a justify text into a textblock but gives me an error. Why? Can i resolve?
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<TextBlock Height="220"
HorizontalAlignment="Left"
Margin="102,174,0,0"
Name="textBlock1"
Text="TextBlock sdfg asfgbfgb adf ab afg g "
TextAlignment="Justify"
VerticalAlignment="Top"
Width="255" />
</Grid>
Apparently, when using TextAlignment=”Justify” in a TextBlock, the windows phone application unexpectedly exits. This happened a lot and after a little research, I found out that this is a bug. And I see no work-arounds either.