---
title: Dragging and Dropping
page_title: Dragging and Dropping - TreeList - Kendo UI for Vue
description: "Configure the drag and drop features of the Kendo UI TreeList wrapper for Vue."
slug: drag_and_drop_treelist_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/treelist/"
position: 3
---

<div><WrapperBanner link="/kendo-vue-ui/components/treelist"></WrapperBanner></div> 

# Dragging and Dropping

The TreeList enables you to allow the rearranging of its records through dragging and dropping.  

To enable the drag-and-drop functionality, use the `:editable-move` property.

{% meta height:500 %}
{% embed_file dragging-and-dropping/main.vue preview %}
{% embed_file dragging-and-dropping/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI TreeList for jQuery](https://docs.telerik.com/kendo-ui/controls/data-management/treelist/overview)
* [API Reference of the TreeList Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist)
