ContentScrollEvent
Interface
Arguments for the contentScroll event.
Use this event to get information about the scroll position and visible rows or columns in the TreeList.
Definition
Package:@progress/kendo-angular-treelist
Properties
endColumn
number
The index of the last column visible in the viewport.
Available only if the virtualColumns option is set to true.
scrollLeft
number
The scroll left position.
scrollTop
number
The scroll top position.
startColumn
number
The index of the first column visible in the viewport.
Available only if the virtualColumns option is set to true.