Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichTextBlock go wrong after navigating back #8

Open
Tlaster opened this issue Jul 26, 2016 · 4 comments
Open

RichTextBlock go wrong after navigating back #8

Tlaster opened this issue Jul 26, 2016 · 4 comments
Assignees
Labels

Comments

@Tlaster
Copy link
Contributor

Tlaster commented Jul 26, 2016

What it should be:
image
but I get:
image
after scrolling down then back to the top, everything works fine.

@devkanro devkanro added the bug label Jul 26, 2016
@devkanro devkanro self-assigned this Jul 26, 2016
@devkanro
Copy link
Member

What's your ItemTemplate?

@Tlaster
Copy link
Contributor Author

Tlaster commented Jul 26, 2016

@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>

@devkanro
Copy link
Member

See the last commit, maybe this commit fix it.

@Tlaster
Copy link
Contributor Author

Tlaster commented Jul 26, 2016

Well, actually no, it still there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants