79579026

Date: 2025-04-17 10:27:47
Score: 1
Natty:
Report link

A simple way to increase the font size of the header in a data grid (WPF)

  <DataGridTextColumn Binding="{Binding Type}" Width="*" FontSize="18"   >
        <DataGridTextColumn.Header>
            <TextBlock FontSize="20" Text="Type" />
        </DataGridTextColumn.Header>
</DataGridTextColumn>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sharuk Basheer