Assigning Style resources to a DataGrid
问题 Apologies for the maybe hazy nature of this question, but I am fairly new to WPF and am consequently struggling with the issue of resources. My problem is that I have a DataGrid that I wish to assign a style to that describes properties such as the FontSize and Background / Foreground colours (when the mouse hovers over the rows). I can do this successfully as follows: <Window x:Class="WpfApplication11.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http