Provides the behavior for the arrange part of the control layout.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

Parameters

finalSize
Type: System.Windows..::..Size
The size of the control available for use in the layout logic.

Return Value

The actual size used.

See Also