ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Integer, _
       ByVal child As Windows.UI.Xaml.FrameworkElement _
    ) 
    protected override void AfterItemMeasure( 
       System.int index,
       Windows.UI.Xaml.FrameworkElement child
    )

    Parameters

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