New to Kendo UI for Angular? Start a free 30-day trial
Endless Scrolling
The ScrollView provides a scrolling mode which loops through its views in an endless fashion.
To enable or disable the endless scrolling functionality, set the endless
property. By default, endless
is set to false
and the endless scrolling mode is disabled.
Change Theme
Theme
Loading ...
Automatic Endless Scrolling
To implement an automatic endless scrolling, use the next
method of the ScrollView, wrapped in a setInterval
callback.
Change Theme
Theme
Loading ...