ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TileListBoxPanel Class / AfterItemMeasure Method
The index of the item which was measured.
The child that was measured.



In This Topic
    AfterItemMeasure Method (C1TileListBoxPanel)
    In This Topic
    Called after an item is measured in order to update scrolling structures.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AfterItemMeasure( _
       ByVal index As Integer, _
       ByVal child As FrameworkElement _
    ) 
    'Usage
     
    
    Dim instance As C1TileListBoxPanel
    Dim index As Integer
    Dim child As FrameworkElement
     
    instance.AfterItemMeasure(index, child)
    protected override void AfterItemMeasure( 
       int index,
       FrameworkElement child
    )
    protected:
    void AfterItemMeasure( 
       int index,
       FrameworkElement^ child
    ) override 

    Parameters

    index
    The index of the item which was measured.
    child
    The child that was measured.
    See Also