ItemsPresenterBase.

ArrangeOverride(Size) Method

Summary

Positions child elements as part of a layout pass.

Syntax

protected override 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.