Table of Contents

Class GridViewRowPresenter

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

Extends GridViewRowPresenter, and adds header row layout support for GridViewColumn, which can have MinWidth and MaxWidth.

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

Methods

ArrangeOverride(Size)

Positions the content of a row according to the size of the corresponding GridViewColumn objects.

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

The area to use to display the Content.

Returns

Size

The actual Size that is used to display the Content.

MeasureOverride(Size)

Determines the area that is required to display the row.

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

The maximum area to use to display the Content.

Returns

Size

The actual Size of the area that displays the Content.