Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.66 KB

gridviewitemdataautomationpeer.md

File metadata and controls

31 lines (21 loc) · 2.66 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer
winrt class

Microsoft.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer

-description

Exposes GridView items to Microsoft UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.

-remarks

GridViewItemDataAutomationPeer is generated from GridViewAutomationPeer logic, not an associated control class.

Default peer implementation and overrides in GridViewItemDataAutomationPeer

GridViewItemDataAutomationPeer has overrides of Core methods such that the associated AutomationPeer methods provide peer-specific information to a Microsoft UI Automation client.

The peer also has other behaviors that are provided by the base FrameworkElementAutomationPeer class. For more info, see "Base implementation in FrameworkElementAutomationPeer" section of Custom automation peers.

-examples

-see-also

GridViewAutomationPeer, SelectorItemAutomationPeer, IVirtualizedItemProvider, ISelectionItemProvider, IScrollItemProvider, Custom automation peers