I have a DataGrid with some columns' width set to "auto". Now I'm changing the FontSize. When I make the FontSize larger, columns get wider, but when I make the FontSize smaller, the column width doesn't shrink according to the FontSize.
<DataGridTextColumn ....
Width="auto"
....
Is there a way to force the DataGrid to recalculate all "auto" and "*" values?