2.16.5 Textbox.CanScrollVertically

Applies to RDL 2011/01

The Textbox.CanScrollVertically element specifies whether a Textbox has a vertical scrollbar. The Textbox.CanScrollVertically 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.CanScrollVertically element.

Parent elements

Textbox

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

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