2.49.16 List.Width

Applies to RDL 2003/10 and RDL 2005/01

The List.Width element specifies the width of a List. This element is optional. If this element is present, its value MUST be a non-negative RdlSize constant. If this element is not present, its value is interpreted as the width of the list's container minus the value of the sibling List.Left element of this list, if specified.

Following is the parent element of the List.Width element.

Parent elements

List

The following is the XML Schema definition of the List.Width element.

 <xsd:element name="Width" type="SizeType" minOccurs="0" />