Gets the estimated position of an item in this panel.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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