vertical scrolling

Hello!
Help me, please )
May employ vertical scrollbar not for dhx_cal_data, and for all page (with navline, header)

I try to print from browser timeline view, it’s ok, but units that not visible without vertical scrolling not printing even scroll switch down =(

Thanks!

Not quite sure, but you can try to use

var data = scheduler._els["dhx_cal_data"][0]; data.style.height = data.scrollHeight+"px";

You need to call it just before printing, because any change of mode or date will reset height , back to fixed value.