React List - ScrollEvent

The type of the scroll event handler's argument.

import { ListTypes } from "devextreme-react/list"
Type: ListTypes.ScrollEvent

Used in:

component

The UI component's instance.

Selector: Component
Type:

List

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Selector: ScrollOffset
Type:

Object