Hi Gurmeet,
Thank you for using Syncfusion products.
We have checked the reported query “SfListview scroll flickers on ios” from our side. We would like to inform you that, as per the implementation of SfListView architecture, If the programmatic scrolling is applied to a particular item index when the item is in AutoFitMode, the scroll offset calculated based on default ItemSize (40d). So, when scroll up the item after programmatically scroll to the particular index, items dynamic height will be calculated based on the actual item size which caused the flicker. This is the expected behavior in SfListView.
Hence, we suggest you to use ItemSize when using programmatic scrolling while loading.
If you still facing issues, kindly share the following details which would help us to analyze better and provide you the appropriate solution as soon as possible,
- Share ListView templates
- Share programmatic scrolling code snippets
- Share ListView and Xamarin.Forms versions
Lakshmi Natarajan