ComponentOne Basic Library for UWP
GetItemPosition Method (C1TileListBoxPanel)

C1.UWP Assembly > C1.Xaml 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 Windows.Foundation.Rect
public override Windows.Foundation.Rect GetItemPosition( 
   System.int index
)

Parameters

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

Reference

C1TileListBoxPanel Class
C1TileListBoxPanel Members