Skip to main content

TcxSchedulerCustomRangeControlClientProperties.ThumbnailHeight Property

Specifies the height (in pixels) of event thumbnails displayed in the range control‘s scale cells.

Declaration

property ThumbnailHeight: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The range control shows its client’s events scheduled for a minimum time range within the corresponding scale cell. Each scale cell corresponds to a minimum selectable time range equal to the primary scale‘s measurement unit. The number of event thumbnails fitting into a particular scale cell depends on the thumbnail height specified by the ThumbnailHeight property, provided that any thumbnails are displayed, depending on the DataDisplayType property value, the range control’s current dimensions and the number of scheduled events within a particular scale cell.

If the ThumbnailHeight property is set to 0, the actual thumbnail height is 7 pixels.

The default value of the ThumbnailHeight property is 0.

See Also