Handle editable hierarchical data / TreeView~DataGrid hybrid

前端 未结 5 1783
感动是毒
感动是毒 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
    2020-12-13 07:19

    Way late to this party but SO says this thread was active just 2 months ago. I don't see how as none of the comments date that recently - but I'll offer this anyway because I just found it and wanted to share the answer in case anyone else is looking for it as well.

    I found this on CodeProject - which is all wrapped up in a nice neat little package. So far, seems to work flawlessly. (and ps: how is this not a normal WPF thing already? I can do it in WinForms with any number of controls that do it automatically)

    Here's the link - hope it helps: https://www.codeproject.com/Articles/1213466/WPF-TreeGrid-using-a-DataGrid

提交回复
热议问题