Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 756 Bytes

listviewbase_choosingitemcontainer.md

File metadata and controls

22 lines (14 loc) · 756 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.ListViewBase.ChoosingItemContainer
winrt event

Windows.UI.Xaml.Controls.ListViewBase.ChoosingItemContainer

-description

Occurs when an item container is to be chosen for a data item.

-remarks

This event is raised only if the list or grid's ItemsPanel is an ItemsStackPanel or ItemsWrapGrid. If you replace the ItemsPanel with another panel, the event is not raised.

-examples

-see-also