Drop file from file explore into treeview node

0
0

Hi, I want to drag and drop a file from windows file explore into a treeview node, but GetChildAtPoint always return nothing, is there anything doing wrong ?

Dim position As Point = TreeViewFolder.PointToClient(Control.MousePosition)
Dim tv As TreeView = TreeViewFolder.GetChildAtPoint(position)
If dropNode IsNot Nothing Then

End If

Version : 1.4.28.0

Thanks a lot.

  • You must to post comments
0
0

Hi Ben,

we have enhanced our native DragDrop support so you will get the TreeNode where you´re going to drop in e.DropTarget.
It´s logged as enhancement WJ-8479 and will be included in the next Wisej build.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.