--- In flexcoders@yahoogroups.com, "sminrana" <sminr...@...> wrote:
>
> How can i get TileList itemRenderer properties i use image 
> Now i want to increase/decrease image width/height for zooming capability on 
> selectedItem  ..

The first thing you need to do is to set up an event handler for the itemClick 
event.  IIRC, that event contains a reference to the renderer and the data 
associated with it.  At that point, you can do one of two things:

1) Bind those elements to a property of the data object, and change the data 
object

2) Expose a public property on your ItemRenderer class, and then operate on 
that. 

HTH;

Amy

Reply via email to