Hi, I have an application that uses a custom component as a renderItem in a TileList, retrieving a list of data from XML as the dataProvider.
How can I retrieve the current index of the item within my custom
component? I can retrieve the data using {data}, but how would I
retrieve the index of the item as it is being added in the actual
TileList?

