New to Kendo UI for Vue? Start a free 30-day trial
TreeList Virtual Scrolling
Updated on Sep 9, 2026
The Kendo UI for Vue TreeList provides Virtual scrolling as an alternative to the data paging.
The Virtualization functionality is suitable for scenarios with a big number of data items. When working in a Virtualization mode, the TreeList renders only part the component's data, based on the scroller position.
Getting Started
To use the TreeList with virtual scrolling you need to set the following configurations:
- Set the
scrollableprop tovirtual. - Set the TreeList height in pixels through its
styleprop. - Set the
rowHeightprop.
Loading ...