NonVirtualizingLayoutContext.Children Property

Definition

Gets the collection of child UIElements from the container that provides the context.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property IVectorView<UIElement ^> ^ Children { IVectorView<UIElement ^> ^ get(); };
IVectorView<UIElement> Children();
public IReadOnlyList<UIElement> Children { get; }
Public ReadOnly Property Children As IReadOnlyList(Of UIElement)

Property Value

The collection of child elements from the container that provides the context.

Applies to