DataGrid Row Details columns is not resize with the multi value converter
I’m facing an issue in my WPF application regarding synchronizing the column widths of a DataGrid and its row details. While I’ve managed to achieve one-to-one adaptive alignment of column widths, I also need to combine the widths of multiple columns.
I’m using a multi-value converter to calculate the total width of the DataGrid columns and applying it to Row Details.