When the listview loads hundreds of pieces of data, the page slide will be stuck. Is there any way to alleviate it,
or implement listview paging?
1 Answer, 1 is accepted
0
Antoan
Telerik team
answered on 30 Sep 2022, 09:45 AM
Hello Ward,
From the explanation it seems that the you are loading all the data at ones and thus the UI thread is blocked and the app hangs. You can load the data asynchronously and use the ListView load on demand feature. For more information and example of the feature please follow the link leading to our documentation: https://docs.telerik.com/devtools/maui/controls/listview/load-on-demand