Flex - Vertical Align Cells in a Datagrid

Posted by heri0n on Stack Overflow See other posts from Stack Overflow or by heri0n
Published on 2009-09-10T20:15:58Z Indexed on 2010/03/14 18:05 UTC
Read the original article Hit count: 333

Filed under:
|
|

I'm having trouble vertical aligning text inside cells in a DataGrid in Flex. I tried this.setStyle("vertical-align", "middle) in an itemRenderer on the column but it doesn't seem to work... I tried verticalAlign as well.

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagrid