Hi,
I have a problem using pulltorefresh control together with sflistivew loadmore control.
I try to exlpain better thna I can: I have an observable collection correctly bound to the listview, and I have a loadmore command that is working as expected.
But...
when the pulltorefresh refreshing event is fired and i clear and fill again the collection I see the NEW data inside the list but the loadmore command is non more fired.
Checking your example and your how to here "https://help.syncfusion.com/xamarin/sflistview/pull-to-refresh" I noticed that in the refreshing event you are not "reloading" data you only add some item on collection top without clearing it.
This is not refreshing example, but load more "on top" example.
can you please check this issue?
thank you,
Federica