Table of Contents

Class TransparentItemsControl

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll

An ItemsControl whose items are exposed to UI Automation unwrapped. The default ItemsControlAutomationPeer wraps each item in an opaque data-item peer (named after the item's ToString(), with no children), which hides the item template's own controls from assistive technology and UI tests. Returning a plain FrameworkElementAutomationPeer lets the peer walk descend into the item containers so their controls appear directly.

public class TransparentItemsControl : ItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
TransparentItemsControl
Implements
Inherited Members

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.