Skip to content

GridViewHeaderRowPresenter.ArrangeOverride(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 ArrangeOverride(Size arrangeSize)

Summary: Arranges the content of the header row elements, and computes the actual size of the header row.

Parameters

NameTypeDescription
arrangeSizeSizeThe area that is available for the column header row.

Returns: Size -- The actual Size for the column header row.