Is there a way to set the position of the scheduler timeline tree view?
Something like this scheduler.config.scroll_hour = “7”. But instead of set the hour, set the section.
Example:
scheduler.attachEvent(“onYScaleClick”, function (index, value,e){
scheduler.config.scroll_section = value.key;
});
Thanks