Hi,
I have a class that inherits from ViewCell that contains a grid with 3 columns and 3 rows. I use that ViewCell as my ListView data template, but when rendering in Android, the ListView only shows the first row of the cell. Is there any way of making the ListView show the whole cell?
Regards!