-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
ListBox with Virtualization="None" selected pseudoclass incorrect after move #2868
Comments
@aguahombre we recently made a fix to resolve a similar issue, can you confirm if this is still an issue? |
This is still an issue in 0.8.999. |
@aguahombre for 0.10 i'm hoping to use Would you be able to do a remove/insert instead of a move as a workaround? |
Thanks, will use workaround for now |
Using build 0.8.999-cibuild0003548-beta.
Calling the Move method of an ObservableCollection bound to a ListBox with VirtualizationMode="None" causes the ListBox's selected items to go crazy.
Here is a repo:
![image](https://user-images.githubusercontent.com/17591364/63511681-c004d400-c4d9-11e9-8af5-0ff0e621bd3a.png)
Initial selection is A (index 0).
After pressing the Move button several times, the selected pseudoclass is present on multiple items.
![image](https://user-images.githubusercontent.com/17591364/63511702-cf841d00-c4d9-11e9-8501-c385407da0e5.png)
The text was updated successfully, but these errors were encountered: