RichTextBlock go wrong after navigating back
What it should be:
but I get:
after scrolling down then back to the top, everything works fine.
What's your ItemTemplate?
@higankanshi like this
<DataTemplate> <StackPanel x:Name="stackPanel" Height="{Binding Length}" Background="{Binding Brush}" HorizontalAlignment="Stretch"> <TextBlock FontSize="50" Text="{Binding Num}" HorizontalAlignment="Center" VerticalAlignment="Center"/> <RichTextBlock HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> <Paragraph> bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10bug10 </Paragraph> </RichTextBlock> </StackPanel> </DataTemplate>
See the last commit, maybe this commit fix it.
Well, actually no, it still there