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