AnchorLayout Element

Specifies an anchor layout.

Syntax

<AnchorLayout
    SizeToHorizontalChildren="{true | false}"
    SizeToVerticalChildren="{true | false}"
/>

Attributes

SizeToHorizontalChildren

Indicates whether the reported size is the horizontal space the child elements occupy.

SizeToVerticalChildren

Indicates whether the reported size is the vertical space the child elements occupy.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also