Hi, so I'm getting more comfortable making custom renderers for Xamarin Forms controls. Is there a way for a custom renderer to include a Xamarin Forms control itself? Is this sort of inception possible? How?
In this case I'm making a custom renderer, but I'd like to include an XF image control in there.