I'll get into styles/themes in my next post. Right now everything uses the platform native UI, though there's also an option to use drawn UI. The latter gives you a uniform look across platforms.
I haven't mentioned that option yet because I'm not sure it currently works since Comet replaced the original handler implementation with the .NET MAUI core implementation.
Theoretically you should be able to take Microsoft.Maui.Graphics.Controls and initialize those handlers.
I'll get into styles/themes in my next post. Right now everything uses the platform native UI, though there's also an option to use drawn UI. The latter gives you a uniform look across platforms.
I haven't mentioned that option yet because I'm not sure it currently works since Comet replaced the original handler implementation with the .NET MAUI core implementation.
Theoretically you should be able to take Microsoft.Maui.Graphics.Controls and initialize those handlers.
github.com/dotnet/Microsoft.Maui.G...