You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by BobLd March 31, 2024 I originally posted this question on the Telegram channel and was advised to create a Q&A.
It seems there's an issue with ListBox (due to VirtualizingStackPanel I think) when scrolling the list while it is hidden. I've created a minimum app that reproduces the issue, available here https://github.com/BobLd/VirtualizingStackPanelDuplicatesIssue
To replicate the issue:
Click the Scroll down button to scroll down the listbox while it is not visible
@BobLd I think I would add some Debug.WriteLine in VirtualizationStackPanel and friends to find out what's going on. Also lookup related PRs from earlier fixes of @grokys
Note
Also reproduces using 11.1.0-beta
Discussed in #15188
Originally posted by BobLd March 31, 2024
I originally posted this question on the Telegram channel and was advised to create a Q&A.
It seems there's an issue with
ListBox
(due toVirtualizingStackPanel
I think) when scrolling the list while it is hidden. I've created a minimum app that reproduces the issue, available here https://github.com/BobLd/VirtualizingStackPanelDuplicatesIssueTo replicate the issue:
Scroll down
button to scroll down the listbox while it is not visibleToggle Menubar
to show the list boxI originally encountered the problem in https://github.com/BobLd/Caly/tree/develop-menubar
The text was updated successfully, but these errors were encountered: