Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
How to notify a node to update the children using MVVM
posted

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?