GridViewHeaderRowPresenter.MeasureOverride(Size) method¶
Defined in
Type: GridViewHeaderRowPresenter
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 column header row.
Parameters
| Name | Type | Description |
|---|---|---|
constraint | Size | The amount of area that is available to display the column header row. |
Returns: Size --
The required Size for the column header row.