1)howto disable vertical scrollbar?i use mvc4/razor.using standart skin
2)change font size manually in css file.I dont get where to change the font the names of header columns
1)try adding ContainerAutoresize extension, it will resize scheduler to fit it’s contents without scrollbars
Scheduler.Extensions.Add(SchedulerExtensions.Extension.ContainerAutoresize);
2)try .dhx_scale_bar class: .dhx_scale_bar{
font-family: arial;
font-size:14px;
}
Thanks, it was in the dhtmlxscheduler_dhx_terrace.css.