Archive for the 'stackoverflow' Category

Flex DataGridColumn width set to the longest value of that column

Tuesday, June 16th, 2009

There was an interesting question on stackoverflow.com today. Some unnamed user asked: 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 [...]