How can I hide the header of a WPF ListView?

后端 未结 3 1547
慢半拍i
慢半拍i 2021-01-30 10:04

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:

   

        
3条回答
  •  情话喂你
    2021-01-30 10:25

    Define a Style like so

    
        ....
        
    
    

    Apply it like so

    
        ....
    
    

提交回复
热议问题