files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
34.27k stars 2.19k forks source link

Feature: Ability to reorder columns in the details layout by drag/drop #8385

Open yaira2 opened 2 years ago

yaira2 commented 2 years ago

*Currently limited by the lack of a WinUI DataGrid control.

0x5bfa commented 11 months ago

Can't we use another ListView or TabView with styled for the headers?

yaira2 commented 11 months ago

@0x5bfa that should work, but we'll need to implement the column generator before we can enable reordering columns.

Fefedu973 commented 8 months ago

Is this still not possible ?

yaira2 commented 8 months ago

It's not supported yet but it's on the todo list

0x5bfa commented 8 months ago

FYI. When I tried last time, it turned out that the list of columns was not stored in user pref database bin file (I used List instead of ColumnsViewModel). That will be a blocker again when I try again.

yaira2 commented 8 months ago

We can take steps to save the column order, but having the ability to rearrange them would be a good step in the right direction.

0x5bfa commented 8 months ago
Draise14 commented 6 months ago

Looking forward to this one!!!