Sparkline for UWP | ComponentOne
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 Point _
    ) As Integer
    public virtual int GetIndexAt( 
       Point point
    )

    Parameters

    point
    The point.
    See Also