Vue List - ScrollEvent

The type of the scroll event handler's argument.

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

Object

Used in:

component

The UI component's instance.

Selector: DxComponent
Type:

List

element

The UI component's container.

event

Specifies the executed event.

Selector: DxEvent

reachedBottom

Selector: reached-bottom
Type:

Boolean

reachedLeft

Selector: reached-left
Type:

Boolean

reachedRight

Selector: reached-right
Type:

Boolean

reachedTop

Selector: reached-top
Type:

Boolean

scrollOffset

Selector: DxScrollOffset
Type:

Object