An open API service indexing awesome lists of open source software.

https://github.com/bobld/virtualizingstackpanelduplicatesissue

Minimum app for issue with VirtualizingStackPanel
https://github.com/bobld/virtualizingstackpanelduplicatesissue

Last synced: 24 days ago
JSON representation

Minimum app for issue with VirtualizingStackPanel

Awesome Lists containing this project

README

          

see https://github.com/AvaloniaUI/Avalonia/issues/15194
### Issue when scrolling a `ListBox`/`VirtualizingStackPanel` when hidden
To replicate the issue:
1. Click the `Scroll down` button to scroll down the listbox while it not visible
2. Click `Toggle Menubar` to show the list box
3. Get the messy result
![image](https://github.com/BobLd/VirtualizingStackPanelDuplicatesIssue/assets/38405645/e7f5a065-93fa-43d5-842c-f007c3bcb4b9)

To get the expect result, start by clicking `Toggle Menubar` and then `Scroll down`

![image](https://github.com/BobLd/VirtualizingStackPanelDuplicatesIssue/assets/38405645/3d85594e-5d1c-46c4-bb10-0dbe66d83ff3)