I was wondering if there was a list of what views/elements get linked with what handlers.
i.e. what handler should I use for a viewCell I know there are some obvious ones i.e. button or entry
If you ever want to know which Maui Control uses which Handlers/Renderers the easiest way is to check this https://learn.microsoft.com/en-us/dotnet/maui/user-interface/handlers/?view=net-maui-7.0#handler-based-views
It gives you all the details you need from which interface to use to the property mapper it should use.