Satya Ramprasad Kapakayala
Results
2
comments of
Satya Ramprasad Kapakayala
I have migrated the Xamarin forms app to .NET MAUI. Is there any plan to fix this in .NET7. Using Background instead of BackgroundColor is not the solution for me...
> I am afk now, so apologies for the short reply... > > You can try adding a new mapper in mauiprogram.cs > > ```cs > ViewHandler.ViewMapper.AppendToMapping(nameof(VisualElement.BackgroundColor), (v, h) =>...