mikebikerider
mikebikerider
I came across the same issue the day I updated iOS app to Xamarin.Forms 5.0.0.1874. Build 5.0.0.1874 'forced' the UIDatePickerStyle.Automatic, which is same as .Compact. The .Automatic look and feel...
I found another odd workaround for this. For affected Image buttons Issue a Clicked EventHandler in PageAppearing(), with the EventArgs set to NULL. Make sure the EventHandler code checks EventsArgs...
Xamarin.Forms CollectionView and ListView do not have that issue. In Xamarin.Forms I am loading up to 25000 items that are multi-column grids. Scroll is fast and smooth. The CollectionView/ListView size...
In my experience poor performance of the .NET MAUI CollectionView is not with the control itself. CollectionView and ListView are very sensitive to sizing being correct. If it is not,...
I don't see the problem resolved. I see the empty Target Android Framework and empty Minimum Android Framework drop-down list in VS2022 17.8.3 project properties after I select net8.0. I...
I encountered the same issue on Android. FontImageSource graphic once changed at runtime will disappear after navigating to another page and back, or after changing the image several times while...
That workaround would be awkward to implement along with FontImageSource.Color AppThemeBinding . Similar trick is setting GLyph propery to an empty string or null and restoring it back in the...