New to Kendo UI for AngularStart a free 30-day trial

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.

The scroll left position.

scrollTop

number

The scroll top position.

The index of the first column visible in the viewport. Available only if the virtualColumns option is set to true.