Multiple Calendar View
The default calendar displays one month. A single month consists of 1 column and 1 row. To change the default calendar view, you can add columns and rows to C1Calendar. Note that C1Calendar can be displayed horizontally or vertically simply by changing the matrix.
Multiple Calendar Presentation
You can display more than one calendar by setting either the MonthCols or MonthRows to an integer value greater than one. The MonthCols property determines the number of month view columns and the MonthRows property determines the number on month view rows.
Horizontal Calendar
A horizontal calendar will have more columns than rows. The following calendar has two columns (a column for the month of January and column for the month of February) and a single row that displays both calendar months horizontally.
Vertical Calendar
A vertical calendar will have more rows than columns. Increasing the MonthRows property by 1 will add the next month in the 12 month calendar.
|