Yes, it has something to do with horizontalScrollPolicy, but column resizing in 
DataGrid is 
total mess. When you do not set width for some column it does not mean that 
this column 
will be variable and other columns fixed - the columns without width are set to 
default 
width and all columns are resized, sometimes in very strange way - last column 
can be 
very wide or very narrow. 

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> If horizontalScrollPolicy="off", if you get too small, even resize=false
> columns will get resized.  If you allow horizontalScrolling, you should
> be able to mix
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Parkash
> Sent: Thursday, July 10, 2008 3:39 AM
> To: [email protected]
> Subject: [flexcoders] Datagrid Column resize problem
> 
>  
> 
> Is it possible to set up a datagrid with columns of absolute width AND
> columns of relative width?
> 
> I have a datagrid that will resize with the browser window and some
> columns widths can be resized by the user, but the itemRenderer buttons
> need to always be the same width(resizable='false').
> 
> i have tried various combinations of attacking this problem from
> manually resizing the columns on the DataGrid resize event, to binding
> the column widths to a function, but nothing seems to work well.
> 
> am i missing something simple? any tips/suggestions/ideas out there?
> 
> i can post some samples of failed attempts if requested.
>



Reply via email to