Adobe FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual page 66

Migrating applications to flex 2
Table of Contents

Advertisement

Member
headerColor
headerStyle
hGridLineColors
hGridLines
hPosition
minColWidth
removeAllColumns()
removeColumnAt()
setColumnIndex
vGridLineColors
vGridLines
In Flex 2, when a DataGrid control's width is not wide enough to show all columns, only the
first column gets smaller. This applies to DataGrid controls with a horizontal scroll policy of
or
. In Flex 1.5, DataGrid controls tried to squeeze in all the columns ignoring the
true
auto
their
property.
minColWidth
mx.controls.dataGridClasses.DataGridColumn
The following table describes changes to the DataGridColumn class:
Member
cellRenderer
columnName
editorClass
editorProperty
headerClass
headerStyle
itemSkin
styleName
66
Flex Classes
Change description
headerColors
headerStyleName
horizontalGridLineColors
horizontalGridLines
horizontalScrollPosition
minColumnWidth
Removed.
Removed.
Removed.
verticalGridLineColors
verticalGridLines
Change description
itemRenderer
dataField
itemEditor
editorDataField
(now typed IFactory)
headerRenderer
headerStyleName
itemRenderer
Use individual style properties on DataGridColumn.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents