GoXam for WPF v3
ArrangeOverride Method (LinkPanel)
Northwoods.GoXam Namespace > LinkPanel Class : ArrangeOverride Method
The final area within the parent that this element should use to arrange itself and its children.
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Syntax
protected override Size ArrangeOverride( 
   Size finalSize
)

Parameters

finalSize
The final area within the parent that this element should use to arrange itself and its children.

Return Value

The actual size used.
Remarks
This positions each child element based on the attached property values of GetIndex, GetFraction, GetAlignment, and GetOrientation. This also positions any LabelNode, using the LinkPanel attached properties on the node's VisualElement, even though such a node is not within the visual tree of this panel. If the label node is a Group, this will instead position all of the group's MemberNodes.
See Also

Reference

LinkPanel Class
LinkPanel Members