Angular ScrollView - ScrollEvent

The type of the scroll event handler's argument.

import { ScrollEvent } from "devextreme/ui/scroll_view"
Type:

Object

component

The UI component's instance.

Selector: dxo-component
Type:

ScrollView

element

The UI component's container.

event

Specifies the executed event.

Selector: dxo-event

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Type: any