Called by the framework to arrange the child elements of the DockPanel.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override Size ArrangeOverride(
	Size finalSize
)
Visual Basic
Protected Overrides Function ArrangeOverride ( _
	finalSize As Size _
) As Size
Visual C++
protected:
virtual Size ArrangeOverride(
	Size finalSize
) override

Parameters

finalSize
Type: System.Windows..::..Size
The maximum size that all the child elements will be contained within.

Return Value

The actual size of the dock panel once all the children have been arranged.

See Also