ways-create-netmaui-controls
ways-create-netmaui-controls copied to clipboard
Handlers for the drawn controls?
For what I understood, the architecture should be something like
Xaml Control <-> Interface <-> Handler <-> Implementation
But implementation requires an android view for android, an uikit view for ios etc
While using drawn controls, I would like to implement handlers too so Comet can generate properties for it.
Do you know how to do it? In Microsoft.Maui.Graphics.Controls the thing is a little bit convoluted