ComponentOne Basic Library for WPF and Silverlight
GetItemPosition Method (C1TileListBoxPanel)


C1.Silverlight Namespace > C1TileListBoxPanel Class : GetItemPosition Method
The index of the item to be queried.
Gets the estimated position of an item in this panel.
Syntax
'Declaration
 
Public Overrides Function GetItemPosition( _
   ByVal index As System.Integer _
) As System.Windows.Rect
'Usage
 
Dim instance As C1TileListBoxPanel
Dim index As System.Integer
Dim value As System.Windows.Rect
 
value = instance.GetItemPosition(index)
public override System.Windows.Rect GetItemPosition( 
   System.int index
)

Parameters

index
The index of the item to be queried.
See Also

Reference

C1TileListBoxPanel Class
C1TileListBoxPanel Members