I want to change the alignment of a header on a datagrid in Silverlight, and I can\'t seem to figure out how to do it. Here\'s what I have so far:
It seems that this approach sorta works but you get the default header, right aligned. I have a static resource style for the datagridcolumnheader and I only want to change the alignment leaving all the other style elements as contained in the custom style. So far I have:
xmlns:sdk="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"
xmlns:prim="clr-namespace:System.Windows.Controls.Primitives;assembly=System.Windows.Controls.Data"
and
and
Resizing the grid shows the text is right aligned but the font, background, etc are not as defined in DataGridColHeaderStyle
Thanks