Implement WPF treeview with different Parent Nodes a well as different child nodes?
问题 I want to implememt a tree view with has the following structure..... [RootNode] <---- Root of tree --[ParentNode P1] <---- Object of ModelClass P1 ----[ChildNode C1] <----- Object of ModelClass C1 (have children of different type as well) ----[ChildNode C2] <----- Object of ModelClass C2 (have children of different type as well) ----[ChildNode C3] <----- Object of ModelClass C3 (have children of different type as well) --[ParentNode Q1] <---- Object of ModelClass Q1 ----[ChildNode B1] <-----