Closed molnarm closed 2 years ago
The crash should be fixed in the latest build. However, a deeper issue remains: because the control is using virtualization internally, when the user Shift+selects a large set of items, some invisible in the UI, those that aren't visible won't be marked as selected. For now we've decided to keep this as is, as virtualization (optimization for loading many items) is important, and users can always Ctrl+select any number of items otherwise.
Steps to reproduce:
Exception:
Disabling virtualization for the listbox solves the issue (and is still fast enough for my scenario), but a proper code fix would be great.