Hi, I'm loading images from web url, so when i use the Image
component in a ListView
, WindowsPhone 8.1 doesn't resize the list. Hence, if the list contains text, the image overlaps it, and if the list contains only images, nothing is shown.
When i set the HeightRequest
, the image is visible. BUT I dont want to put restrictions on its size. MinimumHeightRequest
didn't work. Don't know what to do with my life anymore...