Text alignment in a WPF DataGrid

后端 未结 13 747
野性不改
野性不改 2020-12-14 14:13

How can I align the column data to center in a WPF DataGrid?

13条回答
  •  死守一世寂寞
    2020-12-14 14:20

    It's hard to say without knowing specifics, but here's a DataGridTextColumn that is centered:

    
        
            
        
    
    

提交回复
热议问题