Now scrolling with infinite is almost perfect.
I have one problem - when you load large data (about 10000 rows) its ok.
But when you reload the store to lower value of data (about 100), then the scroller dont recalculate and you have meny white space under the last row (from 101 to 10000).
How can I force recalculate the scroller to fit the totalCount of store?
When you reload the store (some filtering) and you have less data from server.
Then scrollbar don`t fit to new totalCount of store: example.jpg
And you have many of white space down from last record.
How force recalculating the scrollBar?