I am currently using the resources view to show individuals in each column, however I have found when deployed in some situations we have groups of individuals so large that the resources view columns are cramped up so close the text is hard to read.
What would be nice is if you could set a minimum width for all colums, so that if there are so many columnsthat by trying to fit them all into the daypilot width each column would be reduced to below that width, the grid could scroll horizontally.
Alex
-
12/13/2007 5:13:37 PM
I would like to allow a horizontal scrollbar as well in one of the future versions.
By that time, you can try specifying the Width in pixels instead of percent. That way you would have to use the browser scrollbar to show the rest of the calendar.
You can also try placing such a calendar inside a div with scrollbars enabled: <div style="overflow:auto; width: 800px"><DayPilot:DayPilotCalendar .... /></div>.
That will enable the horizontal scrollbar. The only drawback is that you will loose the hour header on the left side when scrolling.
Do you have any plans for this feature in the near future? We are currently using the div overflow workaround you mentioned, but losing the hours when scrolling to the right is less than ideal. Thanks, and keep up the good work!
Mike
-
6/26/2008 3:55:16 PM