GridViewRowPresenter class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.GridViewRowPresenter
Modifiers: public
Summary¶
Extends GridViewRowPresenter, and adds header row 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 GridViewRowPresenter
class GridViewRowPresenter
GridViewRowPresenter <|-- GridViewRowPresenter
Inherits from: GridViewRowPresenter
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| ArrangeOverride | Positions the content of a row according to the size of the corresponding GridViewColumn objects. |
| MeasureOverride | Determines the area that is required to display the row. |