Thank you!

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Just set wordWrap=true on the column? And variableRowHeight=true?
> 
>  
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of jmfillman
> Sent: Tuesday, June 10, 2008 11:01 PM
> To: [email protected]
> Subject: [flexcoders] Re: DataGrid scroll size on data load
> 
>  
> 
> I have horizontalScrollPolicy="on", which doesn't make a 
difference. 
> The field gets cut off whether on, off, or auto. My issue is 
knowing 
> how big to set the column, based on the data.
> 
> My preference would be a column itemRenderer using a TextArea with 
> word wrap, but that doesn't appear to work either.
> 
> --- In [email protected] <mailto:flexcoders%
40yahoogroups.com>
> , "Alex Harui" <aharui@> wrote:
> >
> > You can set column sizes whenever you feel like it, but if you 
have
> > hScrollPolicy="off", the other columns may adjust since all 
columns 
> must
> > fit on screen under that policy. If you look in the archives, 
> several
> > folks have struggled with it. To determine the exact size for a 
> column
> > requires visiting every row in the data which is expensive so 
having
> > some other way is recommended. 
> > 
> > 
> > 
> > ________________________________
> > 
> > From: [email protected] <mailto:flexcoders%
40yahoogroups.com>
> 
> [mailto:[email protected] <mailto:flexcoders%
40yahoogroups.com>
> ] On
> > Behalf Of jmfillman
> > Sent: Tuesday, June 10, 2008 8:21 PM
> > To: [email protected] <mailto:flexcoders%
40yahoogroups.com> 
> > Subject: [flexcoders] DataGrid scroll size on data load
> > 
> > 
> > 
> > When I load data into a DataGrid, the right most field often gets 
> cut 
> > off. The column widths are set when the application loads. The 
> question 
> > is, how do I make it expand dynamically to adjust to the width of 
> the 
> > longest field in the column?
> >
>


Reply via email to