AutoHeight property

This property returns or sets whether the height of the row is changed according to the content in the table.

Defined in

TextTableRow

Data type

boolean

Syntax

public boolean isAutoHeight()
public void setAutoHeight(boolean autoHeight)

See examples

Example: AutoHeight property