Note that there are some explanatory texts on larger screens.

plurals
  1. POImplement WPF treeview with different Parent Nodes a well as different child nodes?
    primarykey
    data
    text
    <p>I want to implememt a tree view with has the following structure.....</p> <p>[RootNode] &lt;---- Root of tree<br> --[ParentNode P1] &lt;---- Object of ModelClass P1<br> ----[ChildNode C1] &lt;----- Object of ModelClass C1 (have children of different type as well)<br> ----[ChildNode C2] &lt;----- Object of ModelClass C2 (have children of different type as well)<br> ----[ChildNode C3] &lt;----- Object of ModelClass C3 (have children of different type as well)<br> --[ParentNode Q1] &lt;---- Object of ModelClass Q1<br> ----[ChildNode B1] &lt;----- Object of ModelClass B1 (have children of different type as well)<br> ----[ChildNode B2] &lt;----- Object of ModelClass B2 (have children of different type as well)<br> ----[ChildNode B3] &lt;----- Object of ModelClass B3 (have children of different type as well)<br> --[ParentNode R1] &lt;---- Object of ModelClass R1<br> ----[ChildNode A1] &lt;----- Object of ModelClass A1 (have children of different type as well)<br> ----[ChildNode A2] &lt;----- Object of ModelClass A2 (have children of different type as well)<br> ----[ChildNode A3] &lt;----- Object of ModelClass A3 (have children of different type as well)</p> <p>I have looked at many of the solution proposed on this site as well as on the web.....but just cant figure out how to do it..... </p> <p>This is my first attempt on Wpf and this is a crucial requirement ......</p> <p>Also finding hard to make the Object Model for the above different classes .....</p> <p>All the classes displayed above have Other properties as well including their child nodes... i dont want to display all properties only the child nodes</p> <p>Totally puzzled by ... seeing different solution</p> <p>It would be really great if i could recieve some help in this regard...</p> <p>Thanks </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload