ItemsControlAutomationPeer.IsVirtualized Property
Definition
Gets a value that indicates whether the ItemsControlAutomationPeer should return AutomationPeer objects for child items that are not virtualized.
protected:
virtual property bool IsVirtualized { bool get(); };
protected virtual bool IsVirtualized { get; }
member this.IsVirtualized : bool
Protected Overridable ReadOnly Property IsVirtualized As Boolean
Property Value
true
if the ItemsControlAutomationPeer should return AutomationPeer objects for child items that are not virtualized; false
if the ItemsControlAutomationPeer should return AutomationPeer objects all child items.