I hope possibility of this issue may occur in iOS platform, if yes, you may have missed to include renderer initialization in each platform renderer project. Refer the below UG documentation for reference.
SfListView - A custom control which is implemented based on UI virtualization (i.e., item recycling) concept by default. So, it creates the element only which are in view on initial loading and while scrolling, recycled the existing elements by updating only the BindingContext for better performance.
Answers
@ABloxity ,
I hope possibility of this issue may occur in iOS platform, if yes, you may have missed to include renderer initialization in each platform renderer project. Refer the below UG documentation for reference.
https://help.syncfusion.com/xamarin/listview/getting-started#launching-the-sflistview-on-each-platform
SfListView supports designer for both Android and iOS platform. If issue still replicates then I suspect there may be any bug in specific version.
So, Can you please check out with other version of SfListView?. If replicates, create tickets to them from the below link.
https://www.syncfusion.com/support/directtrac/incidents/newincident
About SfListView:
SfListView - A custom control which is implemented based on UI virtualization (i.e., item recycling) concept by default. So, it creates the element only which are in view on initial loading and while scrolling, recycled the existing elements by updating only the BindingContext for better performance.
Look some advantages of SfListView over Xamarin ListView here.
https://help.syncfusion.com/xamarin/listview/overview#advantages-of-the-sflistview-over-xamarinforms-listview
@SivakumarR , @Muthuqb , may guide you further !