[flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
Sorry for asking this again, but i have been trying for a week or so to add an horizontal gap between renderers in a Tile List. I don't want to use specific columnWidth and/or padding in the renderer. I want real gap. So thatbackgroundColor for the cell for exemple won't fill the gap. Gap

Re: [flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
] TileList's Horizontal Gap Hi Jean Luc, can't you create an itemRenderer, which draws the horizontalGap itself? Maybe by placing a colored box at top and bottom? Another possibility would be to subclass TileList and add horizontalGap to it. Cheers,Ralf On 7/12/06, Jean-Luc ESSER