Skip to main content

multi_day_height_limit

Description

Sets the height of the area that displays multi-day events

multi_day_height_limit: number | boolean

Example

scheduler.config.multi_day_height_limit = 30;
...
scheduler.init('scheduler_here',new Date(2013,7,11),"week");

Default value: 200

Applicable views: Day view, Week view, Units view

Details

As a boolean value, the property can take only the false value.

Change log

  • changed from false to 200 in v7.0.1
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.