Updownquark / ObServe

Powerful observable application utilities
MIT License
1 stars 2 forks source link

Table dragging multiple rows may reorder #19

Closed Updownquark closed 4 years ago

Updownquark commented 4 years ago

I think when multiple rows are dragged in an ObservableCollection-backed table, the dragged rows in the new position are not in the same order.

I also think the post-drag selection is not correct. It should be exactly the same rows that were dragged.

Updownquark commented 4 years ago

I think this is fixed