Vue ScrollView - ScrollEvent

The type of the scroll event handler's argument.

import { DxScrollViewTypes } from "devextreme-vue/scroll-view"
Type: DxScrollViewTypes.ScrollEvent

component

The UI component's instance.

Selector: DxComponent
Type:

ScrollView

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

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: scroll-offset
Type: any