Table of Contents

Class GridViewHeaderRowPresenter

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Extends GridViewHeaderRowPresenter, and adds layout support for GridViewColumn, which can have MinWidth and MaxWidth.

public class GridViewHeaderRowPresenter : GridViewHeaderRowPresenter, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IWeakEventListener
Inheritance
GridViewHeaderRowPresenter
Implements
Inherited Members

Constructors

GridViewHeaderRowPresenter()

public GridViewHeaderRowPresenter()

Methods

ArrangeOverride(Size)

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

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

The area that is available for the column header row.

Returns

Size

The actual Size for the column header row.

MeasureOverride(Size)

Determines the area that is required to display the column header row.

protected override Size MeasureOverride(Size constraint)

Parameters

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.