New to Kendo UI for Vue? Start a free 30-day trial

Automatic Scrolling

To implement an automatic scrolling, use the automaticViewChange property of the ScrollView. By default, automaticViewChange is set to true.

Example
View Source
Change Theme:

Configure Automatic Scrolling Interval

The ScrollView allows you to configure the view change interval via automaticViewChangeInterval. By default, the interval is 5000 milliseconds.

Example
View Source
Change Theme: