Hi, 
I have an application that has a custom item renderer based on a TileList 
(which is nothing 
more than a custom component) that contains a list of products. I have a short 
cuts page that 
has featured products that I am try to link to the items in the TileList. When 
I invoke a 
scrollToIndex(N) on the tile list the list scrolls to the proper index but does 
not refresh the 
display with the correct data. I added a dataChange listener to determine that 
the correct 
data is getting to the custom item render (and it is) but have not figured out 
how to force it 
to refresh it self. (I would think this would be automatic but is not working 
for me.)

Is there a bug associated with the TileList? I have done a lot of searching on 
this topic and 
have been unable to find a solution. 

Thanks in advance,
-bill

Reply via email to