DragAndDropDirective
A directive which enables the dragging and dropping items inside the current TreeView or between multiple linked TreeView component instances (see example).
Triggers the nodeDragStart
,
nodeDrag
,
nodeDrop
,
nodeDragEnd
,
addItem
and
removeItem
events when the corresponding actions occur on the respective TreeView instance.
Selector
[kendoTreeViewDragAndDrop]
Inputs
Name | Type | Default | Description |
---|---|---|---|
allowCopy |
|
|
Specifies whether the |
autoScroll |
|
|
Controlls the auto-scrolling behavior during drag-and-drop (see example).
Enbaled by default. To turn the auto-scrolling off, set this prop to By default, the scrolling will be performed by 1 pixel at every 1 millisecond, when the dragged item reaches the top or the bottom of the scrollable container.
The |
dropZoneTreeViews |
|
Specifes the TreeViewComponent instances into which dragged items from the current TreeViewComponent can be dropped (see example). | |
startDragAfter |
|
|
Specifies the distance in pixels from the initial item pointerdown event, before the dragging is initiated.
The |