I use a DataSet to populate a DataGrid in WPF (C#). The result is:
I want
Avoid setting static Height and Width.
Use ColumnWidth="*" to share the space between your DataGridColumns
ColumnWidth="*"