I am trying to shrink the margin between headers in a DataGrid. I tried styling the DataGridColumnHeader and setting margin/padding/min height to 0 with no success. I think that the DataGridColumnHeader is being contained in another object, and that I need to set the relevant properties on that, but I do not have access to Expression Blend and have not been able to find the default template online. Does anyone have the default template I am looking for and/or know a better way to do this?
Thank you,