views:

62

answers:

1

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 solution on how to handle editable hierarchical data in WPF will be very welcommed as well.

alt text

+1  A: 

just have a look at this control

http://www.codeproject.com/KB/WPF/wpf_treelistview_control.aspx

Kishore Kumar
But I want to hybrid it with a DataGrid (editable)
Shimmy