title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Overview |
ListView Overview - Components - Kendo UI for Vue |
Get an overview of the features the Kendo UI ListView wrapper for Vue delivers and use the component in Vue projects. |
overview_listview_wrapper |
1 |
The ListView enables you to specify a custom type of layout for the items it displays.
The ListView wrapper for Vue is a client-side wrapper for the Kendo UI ListView widget.
The following example demonstrates the ListView in action.
{% meta height:150 %} {% embed_file listview/basic/main.vue preview %} {% embed_file listview/basic/main.js %} {% endmeta %}
- [Data binding]({% slug databinding_listview_wrapper %})
- [Editing]({% slug editing_listview_wrapper %})
- [Selection]({% slug selection_listview_wrapper %})
- [Scrolling]({% slug selection_listview_wrapper %})
- [Keyboard navigation]({% slug keyboard_navigation_listview_wrapper %})
- [RTL support]({% slug right_to_left_support_listview_wrapper %})
The following example demonstrates basic ListView events. You can subscribe to all ListView events by the handler name.
{% meta height:350 %} {% embed_file listview/events/main.vue preview %} {% embed_file listview/events/main.js %} {% endmeta %}