ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / GetItemPosition Method
The index of the item to be queried.

In This Topic
    GetItemPosition Method (C1ListViewerPanel)
    In This Topic
    Gets the estimated position of an item in this panel.
    Syntax
    'Declaration
     
    Public Overridable Function GetItemPosition( _
       ByVal index As System.Integer _
    ) As Windows.Foundation.Rect
    public virtual Windows.Foundation.Rect GetItemPosition( 
       System.int index
    )

    Parameters

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