We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What it should be: but I get: after scrolling down then back to the top, everything works fine.
The text was updated successfully, but these errors were encountered:
What's your ItemTemplate?
Sorry, something went wrong.
@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>
<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
devkanro
No branches or pull requests
What it should be:
but I get:
after scrolling down then back to the top, everything works fine.
The text was updated successfully, but these errors were encountered: