Redth / Maui.VirtualListView

A slim ListView implementation for .NET MAUI that uses Platform virtualized lists / collections
MIT License
234 stars 30 forks source link

Feature Add load more items #30

Open CorentinSwiss4 opened 6 months ago

CorentinSwiss4 commented 6 months ago

When you have a pagination Api you need to add load more event combine with CanLoadMore property ( if end of last page attempt) to disable loadMore event you have the powerfull list !

nirajzurmure commented 4 months ago

Do we have any update on this?