Hello,
I need to D&D from GridView to TreeView (+ Treeview on itself).
Everything is OK, based on the examples that are in the WPF Demo (TreeViewDragDropBehavior & GridViewDragDropBehavior).
The problem is I'm not able to reproduce the standard behavior like the one in Windows explorer :
- If the node is not expanded, I need to expand it after a delay. I tried the DropExpandDelay, but without any success
- There's no effect to show I'm over a node ("over" effect).
Any advices will be welcome
Best regards
I need to D&D from GridView to TreeView (+ Treeview on itself).
Everything is OK, based on the examples that are in the WPF Demo (TreeViewDragDropBehavior & GridViewDragDropBehavior).
The problem is I'm not able to reproduce the standard behavior like the one in Windows explorer :
- If the node is not expanded, I need to expand it after a delay. I tried the DropExpandDelay, but without any success
- There's no effect to show I'm over a node ("over" effect).
Any advices will be welcome
Best regards