The scrollbar width is different in IE and FF (there is 1px difference). That's why DayPilot sets the default width to 16 and then it calls a special JavaScript function that checks the real scrollbar width and sets the last header column width accordingly.
This solution is sensitive to scrollbar tweaking (I saw you are using CSS styles to change the scrollbar).
You can try to remove the automatic width adjusting by skipping the fixScrollHeader() function call in Init() method (it's line 2321 in the uncompressed Calendar.src.js in the sources).
Comment posted by Ayaz Ahmad 16 years ago.
Hi Dan,
I am playing with your DayPilot scheduler and i am getting an issue with vertical scroll. I have tried different compbinations to hide the vertical scroll but it is always there in case there is 1 resource with plenty of white space.
I want to fix the height and get rid of this vertical scroll. Please assist!
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.