I'm writing an application that needs twelve webMonthViews to display a full year's worth of data. I am able to add data successfully to each calendar. I have modified the appointment display so only the Subject appears (which is typically one or two letters long), allowing me to make each calendar quite small.
However, I am having trouble getting the calendars to properly resize. It seems, no matter what I set the height or width of various style settings (like DayStyle and DayHeaderStyle), the cells will only shrink so small. Also, I get two scrollbars as well.
Is there something I'm missing? Is there some easy way to resize these controls?