Search code examples
apache-flexlistviewmobile-application

How to customize a list in Flex mobile application


the thing I mean cannot be probably done with the component, but I don't know how is the component I want called. I would like to achieve a list but with sort of "icon look". You could say some sort of springboard navigation. It would really help me if someone new what I mean.

Here is just a quick sketch in Photoshop how it should look like: http://imageshack.us/photo/my-images/849/hown.png/

The item is the one actual item in the list or something.

I will appreciate every answer and possible solution, thanks.


Solution

  • Is there any reason you cannot use a DataGroup wrapper around a Scroller with a TileLayout and use the IconItemRenderer?