New to Kendo UI for Angular? Start a free 30-day trial
ContentScrollEvent
Updated on Jun 17, 2025
Arguments for the contentScroll event.
Use this event to get information about the scroll position and visible rows or columns in the TreeList.
| Name | Type | Default | Description |
|---|---|---|---|
endColumn |
|
The index of the last column visible in the viewport.
Available only if the | |
scrollLeft |
|
The scroll left position. | |
scrollTop |
|
The scroll top position. | |
startColumn |
|
The index of the first column visible in the viewport.
Available only if the |