Tag Archive for 'headerwordwrap'

16
Sep

Aligning the header text in a DataGrid column in Flex

The following example shows how you can set the text alignment on a Flex DataGrid control’s DataGridColumn by setting the headerStyleName and textAlign styles.

Full code after the jump.

Continue reading ‘Aligning the header text in a DataGrid column in Flex’

14
Sep

Toggling word wrap on a DataGrid column header in Flex

The following example shows how you can toggle word wrapping on a Flex DataGrid control’s DataGridColumn by setting the headerWordWrap property.

Full code after the jump.

Continue reading ‘Toggling word wrap on a DataGrid column header in Flex’