ItemsPresenter.

PanelCreated(IPanel) Method

Summary

Called when the Panel is created.
Namespace
Avalonia.Controls.Presenters
Containing Type
ItemsPresenter

Syntax

protected override void PanelCreated(IPanel panel)

Parameters

Name Type Description
panel IPanel The panel.

Return Value

Type Description
void