ListView, TreeView crashes while scrolling using scrollbar thumb when there are many items
Describe the bug
When a ListView has many(over 1000) items, and do scrolling using the scrollbar thumb, an exception occurs.
Steps to reproduce the bug
- Add many items(over 5000) to a ListView
- Do scrolling using the scrollbar thumb
Expected behavior
No response
Screenshots

NuGet package version
No response
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
TreeView also has the same issue.
This issue doesn't seem to have anything to do with the number of items. Scrolling with the thumb itself seems to have some problem...
looks very similar to microsoft/microsoft-ui-xaml#7101
(occurs in any control that uses a ScrollViewer)
Aha,,, yup, it seems to be the same issue.
Yep, looks like a dupe of #7230 and others, the fix will be in an upcoming servicing release for 1.1.
:tada:Windows App SDK v1.1.4 has been released which fixes this issue.
Handy links: