This repository was archived by the owner on May 12, 2020. It is now read-only.

Description
Well, this one is more of a feature request.
Say my async load function only fetches 3 rows at a time. And 3 rows are just half of the screen.
For now I need to scroll the rows in order onLoadMoreAsync to be triggered to load more rows. Ideally I'd like it to be triggered while (canLoadMore && the screen isn't full with rows).
Otherwise great project, thanks=)