I have a ListView with HasUnevenRows = true.
There are buttons within my ViewCell that modify its contents. When this happens, it causes the ViewCell to overlap with its neighboring ViewCell. When the ViewCell is scrolled out of view and then back into view again, the heights have updated and everything looks as it should.
Is there a way to update the ViewCell dynamically so that the height changes with the changing contents of the Cell?