Hi,
Is it possible for the Javascript Scheduler rows to fill all the available vertical space?
You can see in the attached screenshot that, if you have 3 resources on the Scheduler, there is some unused vertical space. I need the rows to adapt to their container's height.
Answer posted by Dan Letecky [DayPilot] 11 years ago.
Unfortunately, it's not possible to stretch the row height automatically because it's based on the event box height and the number of overlapping events.
However, it's possible to use heightSpec = "Max" or heightSpec = "Auto" to avoid the empty space below the last row: