Add support for IExpandCollapse Provider UIA Interface #13352
Labels
Area: Accessibility
enhancement
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Workstream: Accessibility
Ensure RNW Fabric apps are properly accessible.
Milestone
Documentation
https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iexpandcollapseprovider?view=windowsdesktop-8.0
Behavior
Exposes methods and properties to support UI Automation client access to controls that can expand and collapse.
Controls of control type AppBar, SplitBar, ComboBox, and TreeItem should always implement the IExpandCollapseProvider. Controls of control type Button, DataItem, Group, ListItem, MenuBar, MenuItem, and ToolBar should conditionally support the IToggleProvider. See here for documentation.
Implementation Plan
We should:
For additional reference, see other provider implementations on Fabric: #11874
To Be Clarified
The text was updated successfully, but these errors were encountered: