Grouping items in a WPF DataGrid can be easily achieved by using CollectionViewSource and freezing the group headers.
Posted by: EggHeadCafe.com New Articles,
on 28 Sep 2010 |
View original | Bookmarked: 0 time(s)
Grouping items in a WPF DataGrid can be easily achieved by using CollectionViewSource. We have the option to put headers to identify the groups. However, unlike columns, group headers cannot be frozen. This means that some of the contents of the group headers may be moved out of view when the user scrolls the DataGrid horizontally. read more
By Michael Detras