Skip to content

Commit c536184

Browse files
authored
Merge pull request #2385 from MicrosoftDocs/ranjeshj-patch-1
Update listviewbase_choosinggroupheadercontainer.md
2 parents fff2061 + cd5f915 commit c536184

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

windows.ui.xaml.controls/listviewbase_choosinggroupheadercontainer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Occurs when an item container is to be chosen for a data group.
1717
## -remarks
1818
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.
1919

20+
If the container provided in the args is null, you can create a new header and provide it through the args.
21+
2022
## -examples
2123

2224
## -see-also

0 commit comments

Comments
 (0)