My users complained that the font size in my application was too small for them, so I entered typed styles for Label, TextBox and TextBlock in the Application.xaml file.
Everything resized correctly throughout the application except for numeric columns in the WPF Xceed datagrid . String columns correctly responded to the increased font size. Numeric cells seem to have a hardwired fontsize. Is this the case?
Note that I do not have templates for the row or cell content - just the default tableview templates.