Reduce tree parent heights compared to children Asked by Henry8 years ago. We are using the tree parents as follows: Location 1 Asset 1 Asset 2 Location 2 Asset 1 Asset 2 We have disabled being able to put events in the parent, but we've also expanded the height of the rows to allow for more information in events. Can we somehow reduce the height of the parent rows vs. the children? how-tojavascript
Answer posted by Dan Letecky [DayPilot]8 years ago. The row height is derived from the event height (the total height is adjusted automatically to fit all events). You can specify custom event height for the parent rows using eventHeight property: https://api.daypilot.org/daypilot-scheduler-resources/ This value is also the minimu row height that will be used if there are no events in that row.