Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 654 Bytes

itemscontrol_containerfromindex_1393457780.md

File metadata and controls

26 lines (18 loc) · 654 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemsControl.ContainerFromIndex(System.Int32)
winrt method

Microsoft.UI.Xaml.Controls.ItemsControl.ContainerFromIndex

-description

Returns the container for the item at the specified index within the ItemCollection.

-parameters

-param index

The index of the item to retrieve.

-returns

The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.

-remarks

-examples

-see-also