WPF: Is there a built-in TreeGrid / TreeListView?
This post on MSDN makes use of native WPF to achieve a TreeView/Grid hybrid. It is based on the TreeView and Grid controls. It supports a treeview with multiple columns, but does not support sorting or filtering http://dlaa.me/blog/post/9898803 EDIT: I have recently integrated this code and it works very nicely, gives you exactly what you … Read more