Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 824 Bytes

itemcontainergenerator_indexfromcontainer_2144603056.md

File metadata and controls

29 lines (20 loc) · 824 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemContainerGenerator.IndexFromContainer(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.ItemContainerGenerator.IndexFromContainer

-description

Note

IndexFromContainer may be altered or unavailable for releases after Windows 8.1. Instead, use ItemsControl.IndexFromContainer.

Returns the index to the item that has the specified, generated container.

-parameters

-param container

The generated container to retrieve the item index for.

-returns

The index to the item that corresponds to the specified generated container.

-remarks

-examples

-see-also