Gets the estimated position of an item in this panel.

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

Syntax

C#
public virtual Rect GetItemPosition(
	int index
)
Visual Basic
Public Overridable Function GetItemPosition ( _
	index As Integer _
) As Rect

Parameters

index
Type: System..::..Int32
The index of the item to be queried.

See Also