<restoredLeft> (Normal View Restored Left Properties)

This element specifies the sizing of the side content region of the normal view, when the region is of a variable restored size (neither minimized nor maximized).

Parent Elements

<normalViewPr>4.3.2.6)

Attributes

Description

<autoAdjust> (Auto Adjust Normal View)

Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<sz> (Normal View Dimension Size)

Specifies the size of the slide region (width when a child of <restoredTop>, height when a child of <restoredLeft>).

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_NormalViewPortion">
	<attribute name="sz" type="a:ST_PositiveFixedPercentage" use="required"/>
	<attribute name="autoAdjust" type="xsd:boolean" use="optional" default="true"/>
</complexType>