Description
Documentation
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:
- Implement the IScrollProvider APIs in CompositionDynamicAutomationProvider.
- Set the list of controls who implement the IScrollProvider to match the behavior described above. To get more information on the conditions visit the page for the individual UIA control types.
For additional reference, see other provider implementations on Fabric: #11874
To Be Clarified
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done