mattleibow / InfiniteScrolling

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

Is this still even working ???? #14

Open Strypper opened 4 years ago

Strypper commented 4 years ago

I'm struggling with this library a lot, First - Load data async inside the ViewModel Constructor my HTTPGet cannot be done, I have to end up moving that logic to the code behind inside the OnAppearing() Second - the loadmore() event not even invoke, I break point that but that VM just go pass it

abdul-wasey commented 3 years ago

Same here , have you find any work around ?

Strypper commented 3 years ago

Same here , have you find any work around ?

I ditch this and move on the collectionview have a look at ItemsTresholdReached keywords on Google you will find a better way