Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 840 Bytes

listviewbase_choosinggroupheadercontainer.md

File metadata and controls

20 lines (14 loc) · 840 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.ListViewBase.ChoosingGroupHeaderContainer
winrt event

Microsoft.UI.Xaml.Controls.ListViewBase.ChoosingGroupHeaderContainer

-description

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

-remarks

You typically handle this event to enable accessibility. The group headers do not have an accessible name set by default. This event provides access to the header instance and lets you to set the AutomationProperties.Name attached property to an appropriate value.

-examples

-see-also