I have a ListView filled by a custom object ( Place) in my Xamarin.Forms app.
By the moment I can display the Name, Description, and an Image (loaded from an URL) for each Place in my list, but I'm looking for the way to show the image as background image, and the Name and Description on the label.
I've searched but I can't find any way to do it.
Any Idea?
Thanks.