2.16.18 Textbox.CanGrow

The Textbox.CanGrow element specifies whether the height of a Textbox can increase to match its contents. This element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Textbox.CanGrow element.

Parent elements

Textbox

The following is the XML Schema definition of the Textbox.CanGrow element.

 <xsd:element name="CanGrow" type="xsd:boolean" minOccurs="0" />