--- In [email protected], "Fotis Chatzinikos" <[EMAIL PROTECTED]> wrote: > > Amy, > > the following correctly shows 1 column in my app: > > <ns1:GarderobeProductsList id="productTileListId" > dataProvider="{productsAL}" > width="100%" height="100%" > deleteProductEvent="deleteProductListener(event)" > editProductEvent="editProductListener(event)" > columnCount="1" > direction="horizontal" > /> > > GarderobeProductsList is in reality a TileList with a couple of Meta event > tags > > Still, I am not surprised it does not work in your case... I have seen very > strange behaviour with TileLists...
Yes, counterintuitively, if you want a vertical TileList, you have to specify "horizontal" for the direction. ;-)

