VirtualizingPanelContainerFromIndex Method
Returns the container for the item at the specified index.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected abstract Control? ContainerFromIndex(
int index
)
Protected MustOverride Function ContainerFromIndex (
index As Integer
) As Control
abstract ContainerFromIndex :
index : int -> Control
- index Int32
- The index of the item to retrieve.
Control
The container for the item at the specified index within the item collection, if the
item is realized; otherwise, null.
Note for implementors: if the item at the specified index is an ItemIsOwnContainer
item that has previously been realized, then the item should be returned even if it
currently falls outside the realized viewport.