Tag Archive for 'lockedcolumncount'

05
Dec

Changing the appearance of the locked column separator skin for a DataGrid control in Flex 3

The following example shows how you can set the verticalLockedSeparatorSkin style in MXML and ActionScript to control the appearance of the vertical locked separator skin when setting the lockedColumnCount property on a Flex Datagrid control.

Full code after the jump.

Continue reading ‘Changing the appearance of the locked column separator skin for a DataGrid control in Flex 3′

15
Aug

Locking columns in a horizontally scrolling DataGrid control

The following is an example of locking a fixed number of columns in a horizontally scrolling DataGrid control. Although this tip probably has little to no use if all your data fits comfortably in a data grid, it can be invaluable if you have a lot of columns and need to scroll horizontally as well as vertically.

Full code after the jump.

Continue reading ‘Locking columns in a horizontally scrolling DataGrid control’