Provides the behavior for the measure 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 MeasureOverride(
	Size availableSize
)
Visual Basic
Protected Overrides Function MeasureOverride ( _
	availableSize As Size _
) As Size

Parameters

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

Return Value

The size that this element determines it needs during layout, based on its calculations of child element sizes.

See Also