Hi,
I'm running into a problem with the SfListView rendering on Samsung Galaxy A36 5G devices. We have an application where it's possible to switch between view a map of jobs and a list of jobs. When the app first runs, the list of jobs is displayed. By pulling down on the top of the list, it is possible to switch to map mode. The switch to map mode hides the ListView component and shows the map which runs behind the list view. When you exit the map mode with the close button, the listview then doesn't seem to render correctly when the list is scrolled. When I replace the SfListView component with a standard ComponentView, the list works as expected.
I have attached a Sample Application which shows the issue.
It seems the hiding and unhiding of the PullToRefresh component seems to cause the SfListView to not completely refresh itself. This issue also only seems to happen on the Samsung Galaxy A36 device. Other Android devices seem to be unaffected.
Thanks,
Andrew
Thanks you for the update. I noticed this was showing up on a different Android 15 device as well so it seems to be a more general problem than Samsung phones.
Hi Andrew Elliott,
Thank you for your patience.
The reported SfListView rendering issue is still under validation by our team. We are actively working on it and will share further details on or before April 27, 2026.
We apologize for any inconvenience caused and sincerely appreciate your patience and understanding in the meantime.
Muthupandy R.
ItemsSource to null clears the existing layout state.InvalidateMeasure() ensures the layout is recalculated.ItemsSource after a brief delay forces SfListView to render correctly once it becomes visible again.
Best Regards,
Muthupandy R.
Thanks you, The work around does fix the issue. Please let me know when the fix is rolled out.
Hi Andrew Elliott,
Thank you for confirming. We’re glad to know the workaround resolves the issue. We’ll keep you informed once the fix is rolled out in the upcoming patch release.
Best Regards,
Muthupandy R.