Hello,
I am working with the XamNetworkNode and have successfully bound the control to a large dataset with many levels and connections. I have expansion indicators visible but the initial view shows all nodes expanded. I would like to be able to initially show just the root node(s), or perhaps the root node(s) and one level of connections. Is this possible?
I am using the MVVM pattern extensively in my application so ideally I would wish to bind the IsExpanded property of each node to a property in a viewmodel.
Thanks,
Chris.