DataGridRowArrangeOverride Method

Arranges the content of the DataGridRow.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override Size ArrangeOverride(
	Size finalSize
)

Parameters

finalSize  Size
The final area within the parent that this element should use to arrange itself and its children.

Return Value

Size
The actual size used by the DataGridRow.

See Also