Thanks,
The thing that bothers me is when the grid first displayed it has 
horizontal scrollbars on some columns, but when I click on the 
vertical lines between the columns it dissapear for all columns and 
doesnt appear again,voodoo,
why is that?


--- In flexcoders@yahoogroups.com, "Amy" <amyblankens...@...> wrote:
>
> --- In flexcoders@yahoogroups.com, "yossi.baram" <yossi.baram@> 
> wrote:
> >
> > Hi,
> > How do I eliminate horizontal scroll on AdvacedDataGrid columns?
> > If I set horizontalScrollPolicy='off' to the datagrid it 
eliminates 
> the 
> > scroll for all grid, I need the same thing but for each of the 
> columns.
> > I build the columns dynamicaly in my AC
> > 
> > var column:AdvancedDataGridColumn = new AdvancedDataGridColumn();
> > column.width=100;
> > columns.addItem(column);
> > column.headerText = 'xxx';
> > column.dataField = 'test';
> 
> Containers are really too heavy to be using as itemRenderers 
anyway...
>


Reply via email to