I had a similar problem and I contacted Macromedia about it, and they determined that the TileList doesn't respect all the properties. Specifically I had a TileList and the renderer was an HBox and such, and while I could get rid of the horizontal gap I could never eliminate the vertical gap (seemed to be about 4 pixels always).
I ended up using two repeaters to generate what I wanted... Depending on what is inside the TileList however you may be able to get what you want by changing the margin and gap properties of the container holding the TileList. A coworker showed me an example of this where he just had Images in the TileList rather than using a renderer with an MXML component. Hope that helps. Jason --- In [email protected], "pk_wasp" <[EMAIL PROTECTED]> wrote: > Tried searching the forums on this (get the feeling the search feature > in yahoo groups isn't as good as other forums :) ) > > does verticalGap or horizontalGap work for the dataProvider container > TileList? > > tried setting values but don't seem to have the gaps showing up > between each cellItem. > > thanks Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

