I have a Xamarin.Forms ListView with pull-to-refresh enabled. On iOS, the default animation used when rows are inserted just doesn't look right - rows animate in a seemingly random order.
I'd like to completely disable these animations if possible, but I'm open to other solutions.
Thanks!