Replies: 2 comments
-
Hello, 'pavll! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI there should be a set of resources which control this here: Though ideally something like this can be templatebound and just set these as the default in the style instead, like normal. For now, it's a standard XAML resource override, so you can do: <controls:DataGrid.Resources>
<SolidColorBrush x:Key="DataGridColumnHeaderBackgroundColor" Color="Transparent"/>
</controls:DataGrid.Resources> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions