Is it possible to stretch columns or the last column to fill all the available space of the data grid?
<DataGrid Grid.Row="0" AutoGenerateColumns="True" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Name="dataGrid1" ItemsSource="{Binding Customers}" />
My columns are Auto generated.