The SelectionChanged event in CollectionView triggers twice for a single selection action on the MacCatalyst platform in .NET MAUI, unlike other platforms where it fires only once per selection change. This issue, identified through the Issue8203 UI test in HostApp https://github.com/user-attachments/assets/2c25cc7a-40a6-439c-be7a-1bd756c9ebcb
Steps to Reproduce
Run the attached sample
Select the items on the collections
The SelectionChanged event have been raised twice which displayed in the label.
SimpleApp.zip
Description
The SelectionChanged event in CollectionView triggers twice for a single selection action on the MacCatalyst platform in .NET MAUI, unlike other platforms where it fires only once per selection change. This issue, identified through the Issue8203 UI test in HostApp https://github.com/user-attachments/assets/2c25cc7a-40a6-439c-be7a-1bd756c9ebcb
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.0 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output