ways-create-netmaui-controls icon indicating copy to clipboard operation
ways-create-netmaui-controls copied to clipboard

Handlers for the drawn controls?

Open manuelelucchi opened this issue 2 years ago • 0 comments

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

manuelelucchi avatar Jul 04 '22 14:07 manuelelucchi