Closed
Description
Description
On Windows, the CollectionView VisualState (Selected) tracks with items clicked in the UI, but not when the SelectedItem is change in code.
Steps to Reproduce
In the repo, clicking on items in the list makes them turn sky blue as desired. Click the button to set SelectedItem to BBBB -- the previous item is still sky blue and BBBB is a light gray (label update shows that the SeletedItem value has changed.
Link to public reproduction project repository
https://github.com/mike3sullivan/MauiCollectionViewVisualState
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10
Did you find any workaround?
No response
Relevant log output
No response