GridViewHeaderRowPresenter.MeasureOverride(Size) Method

Definition

Determines the area that is required to display the column header 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 amount of area that is available to display the column header row.

Returns

The required Size for the column header row.

Applies to