New to Kendo UI for Angular? Start a free 30-day trial
ContentScrollEvent
Updated on Oct 31, 2025
Provides the arguments for the contentScroll event.
| Name | Type | Default | Description |
|---|---|---|---|
endColumn |
|
Represents the index of the last visible column in the viewport.
Available only if the | |
endRow |
|
Represents the index of the last visible row in the viewport. Available only if the grid uses virtual scrolling. | |
scrollLeft |
|
Represents the horizontal scroll position. | |
scrollTop |
|
Represents the vertical scroll position. | |
startColumn |
|
Represents the index of the first visible column in the viewport.
Available only if the | |
startRow |
|
Represents the index of the first visible row in the viewport. Available only if the grid uses virtual scrolling. |