How do I ensure that all nodes on the XamDataTree are expanded when the tree is first rendered? I tried setting XamDataTree.EnsureNodeExpansion="True" but this does not expand all of the tree nodes.
Hello Klaus,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Stefan, is this not as easy as binding to an IsExpanded property of the NodeLayout? I do not want to use code behind to achieve this.