Xceed Toolkit Plus for WPF v4.6 Documentation
CreateChildCollection Method (TableflowViewItemsHost)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > TableflowViewItemsHost Class : CreateChildCollection Method
Creates an empty list of UIElements that will contain the containers that are generated for data items and items contained in non-fixed header and footer sections.
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TableflowViewItemsHost Class
TableflowViewItemsHost Members
Base Implementation in CreateChildCollection