[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridPanel.MeasureOverride

MeasureOverride Method

MeasureOverride(Size)

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

Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type Name Description
Size availableSize

The size of the control available for use in the layout logic.

Returns
Type Description
Size

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

Overrides