Posted 04 Nov 2010 Link to this post
Posted 05 Nov 2010 Link to this post
Private
Sub
TreeView_MouseDown(
ByVal
sender
As
System.
Object
, _
e
System.Windows.Forms.MouseEventArgs)
Handles
TreeView.MouseDown
If
TreeView.SelectedNodes.Count > 0
Then
Dim
text
String
= TreeView.SelectedNode.Text
TreeView.SelectedNode =
Nothing
TreeView.Cursor = Cursors.Arrow
TreeView.DoDragDrop(text, DragDropEffects.Copy
Or
DragDropEffects.Move)
End
Posted 09 Nov 2010 Link to this post
Posted 10 Nov 2010 Link to this post
Posted 22 Mar 2011 Link to this post
Please note that in Q1 2011 we have introduced a major upgrade of RadTreeView control, which is now virtualized and fully customizable. Feel free to download the latest release and try it out. For more information on our latest release refer to this blog post. Best wishes, Stefan the Telerik team