.NET MAUI: Customize Controls with Handlers and Mappers
Customizing controls has become a lot easier with .NET MAUI if we compare to Xamarin.Forms. No more custom renderers, just a few lines of code (either PrependToMapper, ModifyMapper or AppendToMapper) to our handlers and mappers and we’re good to go. In this video I will show you the (updated) code on how to do just that and show you how we customize the Entry on Android to remove the underline.
What you will learn
- Intro
- Why This Video Again?!
- Sample App Outline
- Previous Way of Customizing Controls
Good to know
- The demo focuses on practical usage, so validate package/version details against your current MAUI target before shipping.