Skip to main content
Answer

Expand/Collapse all items in Resource tree view - Resource scheduler

  • December 24, 2019
  • 2 replies
  • 134 views

Mark Jongeling
Administrator
Forum|alt.badge.img+23

Is it possible in some way to expand and collapse all items in the Resource tree view with the Resource scheduler?

Currently the resource tree is fully expanded by default but I would like to be able to collapse them all in one go if possible.

Best answer by Roel

Hey Mark,

If you configured the scheduler in the SF, there is a setting which you can use to expand or collapse all resources when the scheduler is first shown:

 

 

If you use an older version of the SF without extenders, you probably have an objectmodelextender in C#. If so you can use:

schedulerModel.ExpandResources = true


Once the scheduler is loaded in the screen there is no button or option to expand or collapse all resources, unfortunately.

Does this help you out?

Kind Regards,
Roel

2 replies

Roel
Vanguard
Forum|alt.badge.img+2
  • Vanguard
  • Answer
  • January 3, 2020

Hey Mark,

If you configured the scheduler in the SF, there is a setting which you can use to expand or collapse all resources when the scheduler is first shown:

 

 

If you use an older version of the SF without extenders, you probably have an objectmodelextender in C#. If so you can use:

schedulerModel.ExpandResources = true


Once the scheduler is loaded in the screen there is no button or option to expand or collapse all resources, unfortunately.

Does this help you out?

Kind Regards,
Roel


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Author
  • Administrator
  • January 3, 2020

Thank you Roel, the property ‘Expand Resources’ does work very nicely. I did wish there to be a Expand/Collapse all button. I will make an idea for this.