This question is locked. New answers and comments are not allowed.
I have user customizations coming from an external source loaded at runtime (for custom column widths, header text, column visibility). My columns are defined in XAML and i'm trying to figure out how to intercept the columns as they're being loaded so i can modify them based on the customizations of that user. I'm trying to avoid dynamically creating the XAML but i can't find an event to hook into to modify the columns.