i have a wpf datagrid with several defined DataGridTextColumns. When i bind long strings (100 characters) the bounded column grows correctly depending on content. When the datacontext change and the bounded strings gets shorter (10 characters) the column width dont't shrink.
If the datagrid generates the columns (AutoGenerateColumn="True") the column width adjust correctly when the datacontext change.
How can i achieve my defined columns to adjust depending on her content?