GridViewHeaderRowPresenter class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.GridViewHeaderRowPresenter
Modifiers: public
Summary¶
Extends GridViewHeaderRowPresenter, and adds layout support for GridViewColumn, which can have MinWidth and MaxWidth.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class GridViewHeaderRowPresenter
class GridViewHeaderRowPresenter
GridViewHeaderRowPresenter <|-- GridViewHeaderRowPresenter
Inherits from: GridViewHeaderRowPresenter
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [GridViewHeaderRowPresenter](# class. |
Methods¶
| Name | Summary |
|---|---|
| ArrangeOverride | Arranges the content of the header row elements, and computes the actual size of the header row. |
| MeasureOverride | Determines the area that is required to display the column header row. |