minW

Specifies the minimum width for layout purposes.

The minW property is relevant only if the enclosing container object is growable and has a w property whose value is null. If you supply a value for the w property, the container cannot grow horizontally, and this property is ignored.

Syntax

Reference_Syntax.minW = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Version

XFA 2.1

Examples

JavaScript

TextField1.minW = "0.5in";

FormCalc

TextField1.minW = "0.5in"

// Ethnio survey code removed