React ScrollView - ScrollEvent

The type of the scroll event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.ScrollEvent

component

The UI component's instance.

Selector: Component
Type:

ScrollView

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

model

Model data. Available only if you use Knockout.

Type: any

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Type: any