jarski / LazyList

Apache License 2.0
1 stars 1 forks source link

Automatically download so many data to show a scrollbar from the beginning #6

Open PROrock opened 8 years ago

PROrock commented 8 years ago

When the first download of the user data (first call of method getMoreItems) return few items/rows, so the scrollbar is not shown, the lazylist won't load more items to show scrollbar. As a result, the list is half-empty, no scrollbar visible but the method getMoreItems() may still return more items, if called.

I know, this can be done by user (something like "if this is the first call, return many items, otherwise return few"), but it would make your plugin more user friendly.