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.
I opted for a different solution, thanks again.
Hello Klaus,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Currently this is the way to expand all nodes. Here you can see how to handle events in MVVM way:
http://social.technet.microsoft.com/wiki/contents/articles/18199.event-handling-in-an-mvvm-wpf-application.aspx
Hope this helps you.
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.
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.