Harbs opened a new issue #134: Add bead to support infinite scrolling and 
dynamic loading of content
URL: https://github.com/apache/royale-asjs/issues/134
 
 
   Added InfiniteVScroller in 46285885bda44629db86f66d0a930b31f7595653
   
   The bead can be added to any component which has vertical scrolling. When 
the scrolling reaches the bottom of the component, the bead dispatches a 
`scrollEnd` event which can be handled to add content to the dataProvider or 
similar.
   
   The bead has two properties: `offset` and `interval`. `offset` allows 
preemptive requesting content at a specific number of pixels before the bottom 
of the scroll is reached. `interval` specifies the minimum number of 
milliseconds between `scrollEnd` events to prevent rapid-fire requests. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to