Native TreeList Virtual Scrolling
The Kendo UI for Vue Native 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
scrollable
prop tovirtual
. - Set the TreeList height in pixels through its
style
prop. - Set the
rowHeight
prop.