GridViewRowPresenter.ArrangeOverride(Size) method¶
Defined in
Type: GridViewRowPresenter
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: Positions the content of a row according to the size of the corresponding GridViewColumn objects.
Parameters
| Name | Type | Description |
|---|---|---|
arrangeSize | Size | The area to use to display the Content. |
Returns: Size --
The actual Size that is used to display the Content.