Hi,
I'm trying to change the Height of a Cell in a ListView when it gets tapped by the user. I get this behavior by setting the Cell.Height property inside an overridden OnTapped method.
On Android this works perfectly, the list adjust to the new height of the cell.
On iOS the cell is resized but the layout of the list does not adjust to the new height of the cell. The cell appear over the following cells.
How can I force the ListView to recalculate its layout on iOS ?
Note: I use Xamarin.Forms 1.2.3.6267.
Thanks,