PropertyTools / PropertyTools

Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more
MIT License
1.14k stars 184 forks source link

Reorder Rows Manually #193

Open Mafii opened 6 years ago

Mafii commented 6 years ago

Afaik there is no functionality for this. Is this part of your plans going forward, or are there no active development efforts?

objorke commented 6 years ago

We need a better description of how such a feature should work.

Mafii commented 6 years ago

In Excel, Drag and Drop can be done by grabbing the border of the element, and moving it down and up. Something like that would be desirable. If you need any help, I'd be happy to chime in. I've just implemented Drag and Drop on rowheaders on a default WPF DataGrid in a project.