Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / AfterItemMeasure Method
The index of the item which was measured.
The child that was measured.

In This Topic
    AfterItemMeasure Method (C1ListViewerPanel)
    In This Topic
    Called after an item is measured in order to update scrolling structures.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AfterItemMeasure( _
       ByVal index As Integer, _
       ByVal child As FrameworkElement _
    ) 
    protected virtual void AfterItemMeasure( 
       int index,
       FrameworkElement child
    )

    Parameters

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