This is only happening on iOS.
I'm using a ListView
with Image
and Label
in a StackLayout
.
When the FontSize
is increased runtime, the Text in label overlaps the next ListView item's Image
.
However, once the ListView item is scrolled off the screen and brought back in, it gets corrected.
Is there any way to correct this?