Microsoft.Maui.Graphics icon indicating copy to clipboard operation
Microsoft.Maui.Graphics copied to clipboard

How to render components inside drawn controls

Open manuelelucchi opened this issue 2 years ago • 0 comments

In xaml we can create DataTemplates to let the user customize their controls. Is there something of the same kind for ICanvas/IDrawable? For example canvas.DrawControl(IView view) where IView could be a xaml component or an IDrawable?

manuelelucchi avatar Jul 03 '22 13:07 manuelelucchi