Setting the Number of Calendar Month Sheets
- Last UpdatedJul 13, 2023
- 1 minute read
You can set the number of calendar month sheets to be shown by specifying the number of month columns and month rows. The number of columns and rows in the calendar control depends on the font size and the width of the calendar control.
For example, you can show six months in a calendar control by specifying two columns and three rows.

To set the number of calendar month sheets
-
Select the Calendar control.
-
In the Properties Editor, configure the calendar properties:
-
For the CalendarColumns property, specify the number of columns in the calendar control.
-
For the CalendarRows property, specify the number of rows in the calendar control.
-