New to Kendo UI for Vue? Start a free 30-day trial

ListViewProps

Represents the props of the Kendo UI for Vue ListView component.

NameTypeDefaultDescription

dataItems?

any[]

Sets the data of the ListView.

any

Defines the component that will be rendered for ListView footer.

header?

any

Defines the component that will be rendered for ListView header.

item?

any

Defines the component that will be rendered for each item of the data collection.

onScroll?

(event: ListViewScrollEvent) => void

Fires when the ListView has been scrolled.

In this article

Not finding the help you need?