DataGrid.

ArrangeOverride(Size) Method

Summary

Arranges the content of the DataGridRow.
Namespace
Avalonia.Controls
Containing Type
DataGrid

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 DataGridRow.