头就是这么居中
<DataGrid>

<DataGrid.ColumnHeaderStyle>
<Style
TargetType="DataGridColumnHeader">
<Setter
Property="HorizontalContentAlignment" Value="Center">

</Setter>
</Style>

</DataGrid.ColumnHeaderStyle>
</DataGrid>

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2021-07-16
  • 2021-05-23
  • 2021-06-08
  • 2021-07-01
  • 2022-12-23
  • 2021-07-27
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案