Let's say I have 500 items and I want to scroll to item 225 how would I do that?
Also is it possible to lazyload items? For example data that comes from a server. And relating this to my first question I'd only want retrieve to 30 or so items around item 225, not all items up unto item 225.
Thanks.