I have a WPF app that uses DataGrid to display some data. When I run the program there is an additional column as shown here:
DataGrid
Put ColumnWidth="*" in the XAML and it will surely be work.