Summary
Arranges the content of the
DataGridDetailsPresenter
.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Data
Grid Details Presenter
Syntax
protected override Size ArrangeOverride(Size finalSize)
Parameters
Name | Type | Description |
---|---|---|
finalSize | Size | The final area within the parent that this element should use to arrange itself and its children. |
Return Value
Type | Description |
---|---|
Size |
The actual size used by the DataGridDetailsPresenter .
|