GoXam for WPF v3
ArrangeOverride Method (NodePanel)
Northwoods.GoXam Namespace > NodePanel 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
If the child is narrower than the Spot1-Spot2 determined area of the first element, the child's FrameworkElement.HorizontalAlignment applies. Similarly, if the child is shorter than the Spot1-Spot2 determined area of the first element, the child's FrameworkElement.VerticalAlignment applies.
See Also

Reference

NodePanel Class
NodePanel Members