-
How to apply different alignmnt for header and cell?
-
Please provide example code for centering header and respective column cells.
-
The group by column header image and animation is getting stuck inbetween grid header area and column header. Cannot resolve without reloading grid. I'm using binding with itemsource.
-
1. Is it possible to have some column headers horizontally aligned center while others are aligned left? It appears to be an all-or-nothing situation. I have tried: a. Adding a setter property for HorizontalAlignment to DataGrid.ColumnHeaderStyle and the results where less than spectacular. b. I tried adding named styles to DataGrid.ColumnHeaderStyle and referenced the name via the HeaderStyle attribute for each DataGridTextColumn. 2. It's not obvious by the documentation but I am using the Row_Loaded...