forces the scheduler container to automatically change its size to show the whole content without scrolling
scheduler.config.container_autoresize = false;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");
The property will be enabled after you enable the container_autoresize plugin.