How to change column header's background color when using WPF datagrid? Need to modify xaml directly?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Use a style with a setter targeted at DataGridColumnHeader:
Use this:
This is the result: