You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows.ui.xaml.controls/listviewbase_choosinggroupheadercontainer.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Occurs when an item container is to be chosen for a data group.
17
17
## -remarks
18
18
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](/uwp/api/windows.ui.xaml.automation.automationproperties.name) attached property to an appropriate value.
19
19
20
+
If the container provided in the args is null, you can create a new header and provide it through the args.
0 commit comments