-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
DataGrid 🔠Issues on DataGrid controlIssues on DataGrid controlfeature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesimprovements ✨
Milestone
Description
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:
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.
workgroupengineering, florianthurnwald, SoggyBottomBoy, Shane4368 and mikebattista
Metadata
Metadata
Assignees
Labels
DataGrid 🔠Issues on DataGrid controlIssues on DataGrid controlfeature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesimprovements ✨
Type
Projects
Status
Done