thank you tracey. That didn't seem to make a difference. I trying to find how flex will display columnwidths, Total width, and any other values that can be handled dynamically on resizes and such.
Any ideas would be great. Thanks --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > You have defined the width of the tileList to be "350" set it to 100%. > > Tracy > > > > ________________________________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of markcavins > Sent: Thursday, March 06, 2008 3:42 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Tile list displaying across the whole screen > > > > I am trying to get a tile list to use the whole width of the screen to > display the results. > > Right now it only hits about 40% of the screen. > Here is my current set up. > > <mx:TileList dataProvider="{_xlcMyListData}" labelField="fleet" > left="35" right="15" > width="350" backgroundColor="#000000" color="#ff0000" fontSize="27" > borderColor="#000000" columnWidth="315" rowHeight="50" > themeColor="#808080" fontWeight="bold" allowMultipleSelection="true" > id="TileList1" height="0" y="202" x="178"/> > > > Then the States values > > <mx:SetProperty target="{TileList1}" name="y"/> > <mx:SetProperty target="{TileList1}" name="height" value="75%"/> > <mx:SetProperty target="{TileList1}" name="width" value="90%"/> > <mx:SetProperty target="{TileList1}" name="x" value="50"/> > <mx:SetStyle target="{TileList1}" name="top" value="66"/> > <mx:SetStyle target="{panel1}" name="bottom" value="0"/> > <mx:SetStyle target="{TileList1}" name="left"/> > <mx:SetStyle target="{TileList1}" name="right"/> > <mx:SetStyle target="{TileList1}" name="fontFamily" value="Arial"/> > > I have tried a few ways of doing this. > > I am just trying to get the most bang for my screen. > > Thanks for any ideas. >