Dynamically change the width of Datagrid column in FLEX.

Posted by user120118 on Stack Overflow See other posts from Stack Overflow or by user120118
Published on 2009-06-16T16:14:38Z Indexed on 2010/04/29 23:07 UTC
Read the original article Hit count: 615

Hi,

Can we change the width of the datagrid column dynamically by clicking on the border of the column in order to display the complete string which is too long to be displayed and needs to be scrolled ? If so, How ?

Also, how can we ensure that the column width changes dynamically based on the number of characters / length of string; since many a times the data is too long to be displayed. Can we set the column width to take the length of data into consideration before displaying onto the datagrid ?

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagridview