container_autoresize

forces the scheduler container to automatically change its size to show the whole content without scrolling

boolean container_autoresize;

Example

scheduler.config.container_autoresize = false;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");


Default value:

true

Related samples

Details

The property will be enabled after you enable the container_autoresize plugin.

Back to top