This question is locked. New answers and comments are not allowed.
I have code which handling tree of data elements in TreeView and I wanted to rewrite it for TreeListView.
I've stumbled upon lack of DragEnded event and DropPosition in the args of PreviewDragEnded event is not set correctly.
When I'm trying to drag item before (after) some element, DropPosition is set to Inside and this is not right.
How can be handled these inconsistencies?
I've stumbled upon lack of DragEnded event and DropPosition in the args of PreviewDragEnded event is not set correctly.
When I'm trying to drag item before (after) some element, DropPosition is set to Inside and this is not right.
How can be handled these inconsistencies?