Add support for IScrollProvider UIA Interface #13355
Labels
Area: Accessibility
Area: ScrollView
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.iscrollprovider?view=windowsdesktop-8.0
Behavior
Exposes methods and properties to support UI Automation client access to a control that acts as a scrollable container for a collection of child objects. The children of this control must implement IScrollItemProvider.
Controls of control type Calendar, DataGrid, Document, List, Pane, Tab, and Tree should conditionally support the IScrollProvider. 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: