头就是这么居中
<DataGrid>
<DataGrid.ColumnHeaderStyle>
<Style
TargetType="DataGridColumnHeader">
<Setter
Property="HorizontalContentAlignment" Value="Center">
</Setter>
</Style>
</DataGrid.ColumnHeaderStyle>
</DataGrid>
wpf datagrid 如何让标头 及内容居中,布布扣,bubuko.com
原文:http://www.cnblogs.com/dachuang/p/3770655.html