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.
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
Please login first to submit.