How to notify a node to update the children using MVVM?
Is there any support using binding to automatically update the child nodes if the childnodes changed.Each node has unrelated events that will cause them to require an update.
We are evaluating the tree and and need to rely on binding for updates to each tree node's state.
Are there any suggested workarounds?