Setting Column Background in WPF ListView/Gridview

后端 未结 2 1790
野趣味
野趣味 2020-12-19 00:10

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

2条回答
  •  遥遥无期
    2020-12-19 01:03

    Set the HorizontalContentAlignment of the ItemContainerStyle:

    
        
            
        
    
    

    Result:

    alt text

提交回复
热议问题