Michael Freundorfer
Michael Freundorfer
If you add multiple picker fields with icons to your page and then select one of them, every icon from every picker field is colored and not just the one...
Since upgrading to .NET 9 and using the [new handlers](https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#collectionview-and-carouselview) for CollectionView in iOS, a CollectionView inside a BackdropView does not get populated with data. XAML ```c# ``` ViewModel ```c#...