Hi,
I have a ListView with custom cells that contain several controls in a stackpanel, stacked vertically. I have marked the ListView as HasUnevenRows = true, and it renders perfectly in Android and Windows Phone, but in iOS I only get like the first line of the cell, and I can't see anything else.
Is there any way of making the whole cell visible in iOS?
Regards,