search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Javascript Scheduler Rows Auto Height

Asked by Gabriele
9 years ago.

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.

Any help will be appreciated. Thanks!

Answer posted by Dan Letecky [DayPilot]
9 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:

http://doc.daypilot.org/scheduler/height/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.