ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VirtualizingPanel Class / AddInternalChild Method

In This Topic
    AddInternalChild Method (C1VirtualizingPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub AddInternalChild( _
       ByVal child As UIElement _
    ) 
    protected void AddInternalChild( 
       UIElement child
    )

    Parameters

    child
    See Also