GridViewRowPresenter.MeasureOverride(Size) Method

Definition

Determines the area that is required to display the row.

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

Parameters

constraint
Size

The maximum area to use to display the Content.

Returns

The actual Size of the area that displays the Content.

Applies to