New to Kendo UI for Angular? Start a free 30-day trial
Endless Scrolling
Updated on Oct 31, 2025
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 ...