I have a GridView that is connected to a Dictionary<>. I want to set a maximum width only for the first column. I know that DataGrid.ColumnWidth sets a static columnwidth, but that’s for all the columns. How can I define specific width for specific columns?

Found the answer: