Skip to content

GridViewRowPresenter.MeasureOverride(Size) method

Defined in

Type: GridViewRowPresenter Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

protected override Size MeasureOverride(Size constraint)

Summary: Determines the area that is required to display the row.

Parameters

NameTypeDescription
constraintSizeThe maximum area to use to display the Content.

Returns: Size -- The actual Size of the area that displays the Content.