In general case, the header/title of a WPF ListView/GridView columns are aligned in the center and hence in many cases you will need to align the column header/title to left or right (based as per your business requirement).
Today we will learn how to do this in the XAML itself by creating a proper style for the column header. Continue reading to know the trick.