Handle editable hierarchical data / TreeView~DataGrid hybrid

前端 未结 5 1804
感动是毒
感动是毒 2020-12-13 06:40

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

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 07:36

    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

提交回复
热议问题