views:

23

answers:

3

Dear Friends,

In one of the application I am working, List has been used. I am required to display items in the form of tiles. I do not want to change the component as of now. Is there any way to achieve this layout in list only.

Please let me know if you have any idea in this regard.

Thanks in advance.

A: 

Make custom renderer and plug it into your list via itemRenderer property.

http://www.arpitonline.com/blog/2008/01/22/creating-custom-list-renderers-the-complete-guide-part-i/

alxx
Thanks alxx, it was useful.
Ashine
A: 

http://blog.flexexamples.com/2009/03/25/setting-the-layout-direction-on-a-tile-layout-fxlist-control-in-flex-gumbo/

Eugene
Thanks Eugene, it helped.
Ashine
you're welcome) you can rate this answer too)
Eugene
+1  A: 

You can do this by setting the layout on your List to TileLayout. And as alxx said, you may need to create a custom ItemRenderer and set that on your List as well.

Wade Mueller