I have an issue related to populating data into a List. The fact is that once the List is populated, when i want to update the content with new entries and I'm scrolling with the List, suddenly after the update is done, the List scroll to top.
I do not know how can I avoid this behavior, and simply update the dataProvider without the List take me to the top.
Thanks.