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.

Type:

ScrollView

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Type: any