New to Kendo UI for Angular? Start a free 30-day trial
ScrollMode
The scroll mode of the TreeList.
The available values are:
none
—Scrollbars are hidden. The TreeList cannot be scrolled.scrollable
—Displays scrollbars in TreeList.virtual
—Enables the virtual scroll mode of the TreeList.
html
<kendo-treelist scrollable="scrollable"></kendo-treelist>
type
ScrollMode = "none" | "scrollable" | "virtual";