'Declaration Protected Overrides Function CreateChildCollection() As IList(Of UIElement)
'Usage Dim instance As TableflowViewItemsHost Dim value As IList(Of UIElement) value = instance.CreateChildCollection()
protected override IList<UIElement> CreateChildCollection()
Return Value
An empty IList<UIElement> collection that will contain the containers that are generated for data items and items contained in the non-fixed header and footer sections.