Scroller always requests 72 ?
Scroller always requests 72 ?
sonarob
Posts: 3Questions: 1Answers: 0
Hello. Here is demo from documentation http://jsfiddle.net/HEDvf/2730/ . As we can see it always wants to get 72 elemnts, and scroller rowHeight option is irrelevant. Is it possible to reduce this count acoording to (view_height / row_height )* 2 (or something else more adequate), or at least can it be hardcoded?
PS: Thanx for cool plugin guis!
This discussion has been closed.
Answers
The
displayBuffer
option can be used to control how much extra data Scroller requests.Allan
displayBuffer=2