I am using a ListView with a GridView as the View. I am using a TextBlock in the cell template. I want the text alignment to match the column header - I guess it involves some kind of binding using FindAncestor, but I'm not quite sure how to get this to work. I may end wrapping the text block up in a custom control along with other things and I'd like to include the inheritance behaviour in the custom control so I don't have to keep repeating it.I am using a ListView with a GridView as the Vi