--- In flexcoders@yahoogroups.com, "yossi.baram" <yossi.ba...@...> 
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