I\'m looking to set the background of a column in a WPF GridView. Many Google results have pointed towards setting the GridViewColumn.CellTemplate to change the appearance o
Set the HorizontalContentAlignment of the ItemContainerStyle:
HorizontalContentAlignment
ItemContainerStyle
Result: