Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / FixedCellPanel Class / CreateUIElementCollection Method
The logical parent element of the collection to be created.


In This Topic
    CreateUIElementCollection Method
    In This Topic
    Creates a new UIElementCollection.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateUIElementCollection( _
       ByVal logicalParent As FrameworkElement _
    ) As UIElementCollection
    'Usage
     
    Dim instance As FixedCellPanel
    Dim logicalParent As FrameworkElement
    Dim value As UIElementCollection
     
    value = instance.CreateUIElementCollection(logicalParent)
    protected override UIElementCollection CreateUIElementCollection( 
       FrameworkElement logicalParent
    )

    Parameters

    logicalParent
    The logical parent element of the collection to be created.

    Return Value

    An ordered collection of elements that have the specified logical parent.
    Remarks
    Use the generated UIElementCollection to cache information about child elements or to perform incremental layout updates.
    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