Re: [flexcoders] maxWidth property not working on Advanced DataGrid

2009-04-23 Thread Marco Catunda
I didn't understand very well, but If you remove height="80" property
in below line,
the vertical scroll bar go away.



--
Marco Catunda


On Wed, Apr 22, 2009 at 8:52 AM, labosox  wrote:
>
>
> Hello,
>
> I am trying to create a grid that will update its size on a column resize
> event. I want the grid to keep getting large until they hit a max width then
> turn on a horizontal scroll bar.
>
> Everything seems to work fine unless I have a vertical scroll bar present in
> the grid. When I try to re-size a column the datagrid adds a horizontal
> scroll bar automatically.
>
> Heres my code:
>
> http://www.adobe.com/2006/mxml"; layout="absolute"
> creationComplete="initApp()" viewSourceURL="srcview/index.html">
> 
> 
> 
> 
> 
> 
> 
> 
>  horizontalCenter="0"
> verticalCenter="-65" id="stuff" verticalScrollPolicy="off"
> horizontalScrollPolicy="off">
>  dataProvider="{arr}"
> horizontalScrollPolicy="auto" >
> 
> 
>  dataField="quanity"/>
> 
> 
> 
> 
>
> 
>
> 


[flexcoders] maxWidth property not working on Advanced DataGrid

2009-04-22 Thread labosox
Hello,

I am trying to create a grid that will update its size on a column resize 
event. I want the grid to keep getting large until they hit a max width then 
turn on a horizontal scroll bar. 

Everything seems to work fine unless I have a vertical scroll bar present in 
the grid. When I try to re-size a column the datagrid adds a horizontal scroll 
bar automatically. 

Heres my code:

http://www.adobe.com/2006/mxml"; layout="absolute"
 creationComplete="initApp()" viewSourceURL="srcview/index.html">