Hi Sergey,
You can solve this problem by setting the ThemeColor for your TileList to white (themeColor="#FFFFFF").
I'll look into this and let you know if there are other ways you can get rid of the border. In a way it is good to have some color showing because the user will know that he can click/interact with the items.
-sam
On 8/11/06, 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
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
Reply via email to

