ILayoutable.

ChildDesiredSizeChanged(ILayoutable) Method

Summary

Called when a child control's desired size changes.
Namespace
Avalonia.Layout
Containing Type
ILayoutable

Syntax

void ChildDesiredSizeChanged(ILayoutable control)

Parameters

Name Type Description
control ILayoutable The child control.

Return Value

Type Description
void