I'm using WPF datagrid which is bundled in WPF toolkit... the problem is I'm not able to align some column data to center
Please help me guys
|
I'm using WPF datagrid which is bundled in WPF toolkit... the problem is I'm not able to align some column data to center Please help me guys
| |||
feedback
|
|
It's hard to say without knowing specifics, but here's a
| |||||||||
feedback
|
|
If you are using DataGridTextColumn you can use the following code snippet:
| ||||
feedback
|
|
+1 for Kent Boogaart. I ended up doing this, which makes the code slightly less cluttered (and enables me to use the alignment on several columns):
| ||||
feedback
|
|
Ok, I used the frameworkElement approach but there was a strange behavior when you try to highlight the row. I've put another example of WPF Datagrid alignment in this thread! | |||
|
feedback
|
|
My favorite solution is:
| |||
|
feedback
|