Edit

Share via


DataGridRow.MeasureOverride(Size) Method

Definition

Measures the children of a DataGridRow to prepare for arranging them during the ArrangeOverride(Size) pass.

protected override Windows.Foundation.Size MeasureOverride (Windows.Foundation.Size availableSize);
override this.MeasureOverride : Windows.Foundation.Size -> Windows.Foundation.Size
Protected Overrides Function MeasureOverride (availableSize As Size) As Size

Parameters

availableSize
Size

The available size that this element can give to child elements. Indicates an upper limit that child elements should not exceed.

Returns

The size that the DataGridRow determines it needs during layout, based on its calculations of child object allocated sizes.

Applies to