ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / GetIndexAt Method
The point.

In This Topic
    GetIndexAt Method (C1ListViewerPanel)
    In This Topic
    Gets the item index at the specified position.
    Syntax
    'Declaration
     
    Public Overridable Function GetIndexAt( _
       ByVal point As Windows.Foundation.Point _
    ) As System.Integer
    public virtual System.int GetIndexAt( 
       Windows.Foundation.Point point
    )

    Parameters

    point
    The point.
    See Also