I'm trying to put together a list of social status updates where the updates are composed of snippets of html with image tags etc. Currently I have a ViewCell that builds this and included the bindings. It seems as though I need to set a HeightRequest and WidthRequest for the WebView for it to render anything but of course I don't really know what the Height will be because each row can be different depending on the html in each item.
Is this even possible with a ListView and an embedded WebView?