IgcGridScrollEventArgs
Event emitted when a grid is scrolled.
Properties
Section titled "Properties"direction
Section titled "direction"The scroll direction - vertical or horizontal.
direction: string event
Section titled "event"The original browser scroll event.
event: any Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any scrollPosition
Section titled "scrollPosition"The new scroll position
scrollPosition: number