I tried to set the font size to datagrid column header but it seemed not to work. Here is my code:<DataGrid.Resources> <Style TargetType="{x:Type DataGridColumnHeader}"> <Setter Property="FontWeight" Value="Normal"></Setter> <Setter Property="FontSize" Value="6"></Setter> </Style> </DataGrid.Resources>Do anyone know the issue?Thanks,
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...