Gets the index of the item at the specified position in the screen.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public int GetIndexAt(
	Point screenPoint
)
Visual Basic
Public Function GetIndexAt ( _
	screenPoint As Point _
) As Integer

Parameters

screenPoint
Type: System.Windows..::..Point
The point in the screen relative to this control.

Return Value

The index of the item, otherwise -1

See Also