dotnet / DataGridExtensions

Modular extensions for the WPF DataGrid control
MIT License
811 stars 103 forks source link

Column width gets bigger #86

Closed MoAvaxis closed 2 years ago

MoAvaxis commented 2 years ago

Hello, when CanUserResize is set to False, the column width changes. The user can't set it to the initial state. Is that a bug, or have I missed something? Thank you very much!

demo

tom-englert commented 2 years ago

Try using a fixed with on that column, not auto

MoAvaxis commented 2 years ago

My content is localized (multilingual) so it is not possible to fix the width of the column. I switched to the MultipleChoiceFilter. Binding the width of the column to the cell content would also work... Thank you!

tom-englert commented 2 years ago

So not a direct issue of DGX, but the DataGrid styling.