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.
SyntaxReference_Syntax.maxH = "0in | measurement"
Values
Type
|
Values
|
String
|
0in (default)
Any valid measurement.
|
JavaScriptTextField1.maxH = "3in";
FormCalcTextField1.maxH = "3in"
|
|
|