Description
Events of TPSCCalendMeasureItemEvent type are used for the custom measuring of different elements of the calendar. Calendar determines the calendar control. Area determines measuring element. Area can take following values:
ChtDay - In this case user can specify width and height of the day rectangle. chtWeekLeft,chtWeekRight - In this case user can specify width of weeks sides of the month pages. chtMonthHead - In this case user can specify height of the month header. chtWeekDays - In this case user can specify height of the week header. The Height and Width specify the height and width in pixels that the given element will occupy in the calendar. When event is called the Height and Width contain default height and width of the element. The event handler can set Height and Width to a value appropriate to the contents of the element.