Layoutable.

ArrangeOverride(Size) Method

Summary

Positions child elements as part of a layout pass.
Namespace
Avalonia.Layout
Containing Type
Layoutable

Syntax

protected virtual Size ArrangeOverride(Size finalSize)

Parameters

Name Type Description
finalSize Size The size available to the control.

Return Value

Type Description
Size The actual size used.