Wpf – Merge header columns datagrid wpf

datagridwpf

I am trying to merge cell headers in a WPF 4.0 DataGrid. For example I have two fields in the database that are named Image1, and Image2. What I want to do is have one column header span both image columns with the text "Images", instead of what there is now, "First Image" over the Image1 column, and "Second Image" over the Image2 column. Any help will be greatly appreciated. Thank you in advance.

Related Topic