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

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