mattleibow / InfiniteScrolling

A small library to quickly and easily add infinite/endless scrolling support to any Xamarin.Forms ListView.
MIT License
132 stars 20 forks source link

MAUI Problem #16

Open denhumen opened 1 year ago

denhumen commented 1 year ago

I want to use your package in my MAUI project. Is it possible? If yes, say please how I can do it

evo-navj commented 5 months ago

I believe this is abandonware, you can either pull the code down and upgrade it to MAUI, or use CollectionView with lazy loading: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/populate-data?view=net-maui-7.0#load-data-incrementally