Contents Topics Index  <<  >>

FixedRowHeight property


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

Property FixedRowHeight : Integer   default 25 ;

Description

The FixedRowHeight property determines the height of the two fixed rows at the top of the WallCalendar component. These two fixed rows represent the "calendar header".

The first of these fixed rows contains the buttons to increase and decrease the date, along with the month ComboBox to set the current month and year SpinEdit to set the current year. The second fixed row contains the day of the week column headers.

The default value for the FixedRowHeight property is 25, and cannot be set to a value lower than 1.

Note: The width of each column in the fixed rows is dependent on the DayCellWidth property.

See also: ShowCalendarHeader , DayCellWidth