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.
Syntax
Reference_Syntax.minH = "0in | measurement"
Values
Type
|
Values
|
String
|
-
0in
(default)
-
Any valid measurement.
|
JavaScript
TextField1.minH = "0.5in";
FormCalc
TextField1.minH = "0.5in"
|
|
|