I made an drag drop based on example "158684_dragdrop-reorder-grid", Two grids one grid is drag from only, the other is drag to, and drag-drop inside the grid (move items).
It kinda works.
But If I drag a item from row #10 (move) a item to row #5, and then drag another row to row#10 (where the first was before), Tool tip show me the "old" item that is no longer there and "BetweenItemsCue line" don't show. Looks like the dragdrop don't see the updated collection, just the collection that was when we loaded the grid, I use ObservableCollection.
And Drag-Drop tooltip, I only get Insert "before", "after" is never showed...
I'm stuck, any suggestions?
It kinda works.
But If I drag a item from row #10 (move) a item to row #5, and then drag another row to row#10 (where the first was before), Tool tip show me the "old" item that is no longer there and "BetweenItemsCue line" don't show. Looks like the dragdrop don't see the updated collection, just the collection that was when we loaded the grid, I use ObservableCollection.
And Drag-Drop tooltip, I only get Insert "before", "after" is never showed...
I'm stuck, any suggestions?