Open yaira2 opened 2 years ago
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
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.