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
Describe the bug When scrolling a ListBox and the content is changed in code at the same time a stack overflow results
To Reproduce Run this https://github.com/ahopper/ListBoxScrollStackoverflowRepro and scroll the listbox continuously, after 8s the overflow will probably happen
Expected behavior No stack overflow.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
The same thing happens if the ListBox is replaced with
<ScrollViewer> <ItemsControl Items="{Binding Stuff}"/> </ScrollViewer>
Sorry, something went wrong.
Partially fixed by #9677: stack overflow is gone but now the ScrollBar gets stuck.
ScrollBar
Added failing test for #7706.
3a250c8
7fe8d67
Successfully merging a pull request may close this issue.
Describe the bug
When scrolling a ListBox and the content is changed in code at the same time a stack overflow results
To Reproduce
Run this https://github.com/ahopper/ListBoxScrollStackoverflowRepro and scroll the listbox continuously, after 8s the overflow will probably happen
Expected behavior
No stack overflow.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: