I guess, you are confused between Tile and TileList.

TileList use rowCount and columnCount property to create rows and
columns. By default, rowCount and columnCount are 4. Where as Tile does,
as you mentioned in your mail.

Check the Tile and TileList docs..


-abdul

 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Rajesh Jayabalan
Sent: Saturday, July 02, 2005 7:06 AM
To: [email protected]
Subject: [flexcoders] mx:TileList

Hi,

 I am trying to use tileset to create tiles with data and image 

<mx:TileList id="myTile" dataProvider="{dataObject}"
cellRenderer="ProductThumbnail" width="100%" height="100%"
itemWidth="120" itemHeight="116" borderStyle="none" dragEnabled="true"/>

 But by default it is only creating 4 columns, when according to
documentation it should take the whole width and divide it with the
itemwidth. half of my container is empty. I do not want to set a
specific columnCount since on resize it might create a scrollbar.

 Is this a bug? or am I doing something wrong?

Regards
Rajesh J




--
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



 




--
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/
 


Reply via email to