How can I bind the XamDataTree selectedItems? I am using the tree as a selection control in an edit screen.
I can set the itemsSource which gives me the items to choose from, but cannot find a method of binding it's value. In my case I am only allowing the user to select one item from the xam data tree so this may simplify the answer. Thanks.
The XamDataTree does not allow you to bind the Selected items collection.
What about the xamtree?