If you want to implement lazy loading (when the user scrolls to the end of the list it triggers to fetch more items) for a spark List control you have to use a workaround right now.
Usually you would add an event listener on the scrollers verticalScrollBar but due to a bug it does not fire events [...]


Recent Comments