Issue 2415: Specify height/contentHeight per-view
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by garr...@googlemail.com, Jan 12, 2015
Hi

When minTime and maxTime are set in the agendaweek  view, the grid and slats mismatch, please see here: http://jsbin.com/rekoraheje/1/ (and click on week)

We've added a small bit of javascript to correct this, please see here: http://jsbin.com/yinicinehu/1/ (and click on week)

This behaviour can be seen in all versions of fullcalendar 2.2.x

regards
Garry

Jan 12, 2015
Project Member #1 adamrs...@gmail.com
What you see is by design: all views attempt to have the height as determined by `aspectRatio` and if there are not enough slots in agenda view to make that happen, it adds a filler area at the bottom.

You can get the behavior you want by specifying `height` as "auto"
http://fullcalendar.io/docs/display/height/

PS- this will affect month view as well, which you might not want. I plan to make a way to set the height on a per-view basis.
Jan 12, 2015
Project Member #2 adamrs...@gmail.com
In fact, that is what I will repurpose this ticket to be about: setting the height on a per-view basis.

Did height=auto work for you?
Summary: Specify height/contentHeight per-view (was: Grid and slat mismatch when using agenda week and min and max time settings)
Status: Accepted
Labels: Type-Bug
Jan 13, 2015
#3 garr...@googlemail.com
Hi

Yes the auto setting will work for what we need at the moment. I agree
though that it will change the month setting, so height per view (or
generic height for all views) would be very useful.
Cheers for the prompt reply.
Aug 21, 2015
Project Member #4 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2680

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub