ComponentOne Basic Library for UWP
GetIndexAt Method (C1ListViewerPanel)

C1.UWP Assembly > C1.Xaml Namespace > C1ListViewerPanel Class : GetIndexAt Method
The point.
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

Reference

C1ListViewerPanel Class
C1ListViewerPanel Members