I want to be able to hide the header at the top of each grid column in a WPF ListView.
This is the XAML for my ListView:
Another way you can apply Ray's solution is like this:
The solution sets the style property directly rather than creating a resource that is automatically applied. Not saying it's better, just another way...