You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Option to change the background of your ColumnHeaders.
Describe the solution
That you can change the background like the font size in the snippet below:
xmlns:primitives="using:Microsoft.Toolkit.Uwp.UI.Controls.Primitives"
...
<Style TargetType="primitives:DataGridColumnHeader">
<!-- does work at the moment -->
<Setter Property="FontSize" Value="{StaticResource HeaderFontSize}" />
<!-- does not work at the moment -->
<Setter Property="Background" Value="Transparent" />
</Style>
Additional context
For example, I would have done an acrylic background as you see above but it does not affect the style of the header.
Describe the problem this feature would solve
Option to change the background of your ColumnHeaders.
Describe the solution
That you can change the background like the font size in the snippet below:
Additional context
For example, I would have done an acrylic background as you see above but it does not affect the style of the header.