Sergey, if you set the verticalGap="0" on the component's container, then that will do the trick. You will need to setup a separate mxml component and drop the <mx:image> within that container...then change your TileList to contain the attribute itemRenderer="com.myComponent"
--- In [email protected], "Sergey Kovalyov" <[EMAIL PROTECTED]> wrote: > > Hi All! > > How to eliminate those 2 pixels at the top and the same at the bottom > margins around each TileList item? I use this: > > <mx:TileList columnCount="2" rowCount="3" borderStyle="none" > dataProvider="{_dataProvider}"> > <mx:itemRenderer> > <mx:Component> > <mx:Image width="50" height="50" source="{data.image}" /> > </mx:Component> > </mx:itemRenderer> > </mx:TileList> > > And there are 2 pixels of free space above and below each image. > > Sergey. > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 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/

