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
230
Implement button expand all in XamDataTree
posted

Hi guys, I manage to get my observable data binded to xamDataTree controller (MVVM). Now I want to implement a button which can expand all my tree instead of one by one expanding. How can I do this?

Parents
No Data
Reply
  • 230
    posted

    i added _activityDataTree.Nodes.All(x => x.IsExpanded = true); But it jus expand only 1 node. I wanted to make all trees expanded. Below are the screenshot for my problems.

    Actual Expanded:

    Requirements:

Children