Hi.
I'm following an example here, and I now have:
<mx:HorizontalList id="hsl" dataProvider="{bildeData}"
height="170" width="100%" x="0" y="0" itemRenderer="ImageThumbna
il" />
I now get a horisontal list with images, but I'd like to have something like a grid, So I can show Images both horisontal and vertical.
the data provider may have different numbers of images, so I can't use the mx:grid.
Any idea how I can acieve this?
Start Free Trial