Is there a sample for using the xamdatatree.
I have DisplayMemberPath and checkboxes visible.
However I can't find the property to set the checkboxes to NOT checked on startup (or radio box).
Also when selected I want to be able to access the node's (selected nodes) valueMember.
There is a CheckBoxMemberPath but I don't see a valuemember path.
DisplayMemberPath is there.
Where can I get info on how todo this. I looked in the documentation and it's very sparse.
HI,
I am attaching a Sample.
If you set the CheckBoxMemberPath to a property in our viewModel, you can initialize this property to false when you create the viewmodel. This will set all the Checkboxes to false. There is no ValuePath Property.
I am attaching a sample that will address all you issues. Sincerely, Matt
Developer Support Engineer
I am just following up on this post.
Please let me know if you need further assistance.
Sincerely,MattDeveloper Support Engineer
Also looking further, your example prepopulates an observablecollection totally.
We have so much data, that is unrealistic in our current situation. We need to populate the first 2 levels, and then the rest on demand.