Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBoxPanel Class / GetItemPosition Method
The index of the item to be queried.

In This Topic
    GetItemPosition Method (C1TileListBoxPanel)
    In This Topic
    Gets the estimated position of an item in this panel.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetItemPosition( _
       ByVal index As Integer _
    ) As Rect
    public override Rect GetItemPosition( 
       int index
    )

    Parameters

    index
    The index of the item to be queried.
    See Also