VirtualizingLayoutContext.

RecycleElementCore(ILayoutable) Method

Summary

When implemented in a derived class, clears the specified UIElement and allows it to be either re-used or released.
Namespace
Avalonia.Layout
Containing Type
VirtualizingLayoutContext

Syntax

protected abstract void RecycleElementCore(ILayoutable element)

Parameters

Name Type Description
element ILayoutable The element to clear.

Return Value

Type Description
void