Completed
Last Updated: 20 Mar 2023 13:22 by ADMIN
ADMIN
Ivan Todorov
Created on: 03 Jan 2012 07:55
Category: TreeView
Type: Feature Request
2
ADD. RadTreeView - add a possibility to set the auto-expand delay on drag-drop.
Add a possibility to set the auto-expand delay on drag-drop in RadTreeView.
2 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 20 Mar 2023 13:22

Hi Martin,

You can use the ExpandTimerInterval property of the RadTreeViewElement to delay the expand-on drag-drop operation.

RadTreeView treeView = new RadTreeView();
treeView.TreeViewElement.ExpandTimerInterval = your value;

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Martin
Posted on: 20 Mar 2023 13:01
Where is this solution located? In WPF the property is called DropExpandDelay, but in RadTreeView for WInForms, I cannot find it.