IgcGridScrollEventArgs

Event emitted when a grid is scrolled.

The scroll direction - vertical or horizontal.

direction: string

The original browser scroll event.

event: any

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

The new scroll position

scrollPosition: number