Hi,
I have followed the instructions here to create a template for a custom message
https://help.syncfusion.com/xamarin/chat/messages#template-for-message
I have updated the code to include this:
if (item as IImageMessage != null)
{
return imageMessageTemplate;
}
In my ViewCell. I have an image control - how do I bind that to the Source property?