Specifies the minimum height
for layout purposes.
The minH property is relevant only if the enclosing
container object is growable and has an h property whose value is
null. If you supply a value for the h property, the container
cannot grow vertically, and this property is ignored.
SyntaxReference_Syntax.minH = "0in | measurement"
Values
Type
|
Values
|
String
|
0in (default)
Any valid measurement.
|
JavaScriptTextField1.minH = "0.5in";
FormCalcTextField1.minH = "0.5in"
|
|
|