rvico TRichView Reference | Item Types | Table | Cell

TRVTableCellData.BestHeight

Top  Previous  Next

Minimal height for the cell, pixels

property BestHeight: Integer

This property corresponds to <td height> in HTML.

Direct assignment to this property cannot be undone/redone by user, use table.SetCellBestHeight.

The cell can be higher if it's required to show all its content (if rvtoIgnoreContentHeight is not included in table.Options).

Default value:

0

See also properties:

BestWidth.

See also properties of table:

Options (rvtoIgnoreContentHeight option).

See also:

Table Resizing.


RichView © Sergey Tkachenko