-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Ability to reorder columns in the details layout by drag/drop #8385
Comments
Can't we use another ListView or TabView with styled for the headers? |
@0x5bfa that should work, but we'll need to implement the column generator before we can enable reordering columns. |
Is this still not possible ? |
It's not supported yet but it's on the todo list |
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. |
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. |
Looking forward to this one!!! |
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? |
The way we plan to do this, is to allow users to drag & drop columns. |
*Currently limited by the lack of a WinUI DataGrid control.
The text was updated successfully, but these errors were encountered: