I need to create a TreeView that hold synchronized data, like a DataGrid.
To clarify, take a look at this image:
So, I have a TreeView at left side with columns at right side.
The data will come from objects like this:
public NodeData Parent;
public List<NodeData> Children;
public String Label;
public Boolean DataA;
public Boolean DataB;
public Boolean DataC;
public Boolean DataX;
public Boolean DataY;
public Boolean DataZ;
How can I create this?
This blog entry from Marius Rochon may help you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With