Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 819 Bytes

itemcontainergenerator_indexfromcontainer_392666786.md

File metadata and controls

31 lines (20 loc) · 819 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ItemContainerGenerator.IndexFromContainer(Windows.UI.Xaml.DependencyObject)
winrt method

Windows.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