Did it fix your wrapping situation? I use columnCount="1" On Wed, Nov 26, 2008 at 11:37 PM, Amy <[EMAIL PROTECTED]> wrote:
> --- In [email protected] <flexcoders%40yahoogroups.com>, "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. ;-) > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

