WPF ListView groups repeat column headers

Posted by Riko on Stack Overflow See other posts from Stack Overflow or by Riko
Published on 2010-06-15T08:59:23Z Indexed on 2010/06/15 9:02 UTC
Read the original article Hit count: 598

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.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listview