Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1052
Xam
posted

Hi,

I have a XamDataTree with check boxes, with the check box mode set to auto, so the checks are propagation up/down and a node target with a CheckBoxMember path set.

I need to be able to reload the tree and have the previously check nodes still checked. So what I am doing is keeping track of the checked nodes then when I rebuild my collection of nodes I set the IsChecked property to true objects that match the previously selected.

My problem is when I bind this collection the correct nodes are checked but their parents will not show indeterminate etc.

I have included a simple example to try and show what I am doing.

Thanks

XamDataTree.zip