ContentScrollEvent
Interface
Provides the arguments for the contentScroll event.
Definition
Package:@progress/kendo-angular-grid
Properties
endColumn
number
Represents the index of the last visible column in the viewport.
Available only if the virtualColumns option is true.
endRow
number
Represents the index of the last visible row in the viewport. Available only if the grid uses virtual scrolling.
scrollLeft
number
Represents the horizontal scroll position.
scrollTop
number
Represents the vertical scroll position.
startColumn
number
Represents the index of the first visible column in the viewport.
Available only if the virtualColumns option is true.
startRow
number
Represents the index of the first visible row in the viewport. Available only if the grid uses virtual scrolling.