I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc.
Any other solut
I've found that the best MVVM approach is possible with this control: http://blogs.msdn.com/b/atc_avalon_team/archive/2006/03/01/541206.aspx
To use it with hierarchical view models, you can use hierarchical data template and view model guide from here: http://www.codeproject.com/Articles/24973/TreeListView