WPF ListView groups repeat column headers
- by Riko
Is there a way to repeat the column headers inside each group of a ListView.GridView when using a grouped CollectionViewSource as the source of the ListView?
I am using the example at http://msdn.microsoft.com/en-us/library/ms754027.aspx which uses an Expander control to display each group.
I would like the column headers to appear inside the expander for each group instead of at the top of the ListView.