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

Load from the top #5

Open mustafashaban opened 6 years ago

mustafashaban commented 6 years ago

Hi @mattleibow Thanks for the great tool I was wondering if there are any options to let the list load from the top instead of the bottom, like WhatsApp

Thanks in advanced

Vladis466 commented 6 years ago

Xamarin forms listviews come with native pulldownrefresh capability.

sopoco commented 6 years ago

pulldown is for refresh, i also need load data on the top like whatsapp

Nessitro commented 5 years ago

@mattleibow I'm really wondering if it's possible for the infinite scrolling to be working flipped so I can integrate it in a chat app. I really want a plugin so that I don't use custom code