MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
BUG: Missing Background styling in x:Type GridViewColumnHeader
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
The GridViewColumnHeader override the default style but not use the Background property in the Template. This prevents styling of the header's Background.
Please add the following:
`Background={Template Binding Background}`
to the HeaderBorder:
``
This solves the problem and allows Background changes to the GridViewColumnHeader.
Regards,
Christoph
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the XAML template for GridViewColumnHeader and inspect the HeaderBorder element. Apply the requested Background template binding there, then run the relevant project tests or UI checks to confirm that changing GridViewColumnHeader.Background affects the header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100