Solved

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

  • 24 December 2019
  • 2 replies
  • 105 views

Userlevel 7
Badge +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.

icon

Best answer by Roel 3 January 2020, 11:08

View original

2 replies

Userlevel 4
Badge +1

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

Userlevel 7
Badge +23

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.

Reply