DataGrid.ArrangeOverride(Size) Method

Definition

Arranges the content of the DataGridRow.

protected override Windows.Foundation.Size ArrangeOverride (Windows.Foundation.Size finalSize);
override this.ArrangeOverride : Windows.Foundation.Size -> Windows.Foundation.Size
Protected Overrides Function ArrangeOverride (finalSize As Size) As Size

Parameters

finalSize
Size

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

Returns

The actual size used by the DataGridRow.

Applies to