maxH

Specifies the maximum height for layout purposes.

The maxH property is relevant only if the enclosing container object is growable and has an h property whose value is null. If you do not specify a value for this property, there is no upper limit. If you specify a value for the h property, the container cannot grow vertically and this property is ignored.

Syntax

Reference_Syntax.maxH = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.maxH = "3in";

FormCalc

TextField1.maxH = "3in"

// Ethnio survey code removed