Tnx for answer, but i think that that is not what i am looking for.
I need items to be listed vertical, so i need this TileList or VList.
I am making my menu of 5 verticaly listed cells, in which i have one icon and text. Problem is that by default icon is above text in every cell.
Maybe this helps - i would like my TileList elements looks like this:
|-----------------------|
| [Icon] [Text 1] |
|---------------------- |
|-----------------------|
| [Icon2] [Text 2] |
|---------------------- |
|-----------------------|
| [Icon3] [Text 3] |
|---------------------- |
instead of
|-----------------------|
| [Icon] |
| [Text 1] |
|-----------------------|
|-----------------------|
| [Icon2] |
| [Text 2] |
|-----------------------|
|-----------------------|
| [Icon3] |
| [Text 3] |
|-----------------------|
Main Topics
Browse All Topics





by: lexxwernPosted on 2009-04-03 at 09:44:33ID: 24061903
You should use an HBox inside the TileList. See this: http://livedocs.adobe.com/ flex/3/lan gref/mx/co ntainers/ H Box.html
Select allOpen in new window