files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
34.83k stars 2.21k 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 1 year ago

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

yaira2 commented 1 year ago

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

Fefedu973 commented 10 months ago

Is this still not possible ?

yaira2 commented 10 months ago

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

0x5bfa commented 10 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 10 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.

Draise14 commented 8 months ago

Looking forward to this one!!!

valdeirsoares commented 1 month ago

Configuring the order of the columns cannot be done in the settings, so can you recreate the grid with the columns in the defined order whenever you open the application and/or confirm the settings with a change of order?

yaira2 commented 1 month ago

The way we plan to do this, is to allow users to drag & drop columns.