I have a flex (flash builder 4.6) DataGrid. One of the columns is a notes field. If there are carriage returns (multiple lines of text) in the field, and the row is the first row in the grid, it causes all the rows in the grid to grow vertically (become taller)! How can I prevent this so it simply cuts off?

link|improve this question

79% accept rate
feedback

1 Answer

Check out the property variableRowHeight
also related to that will be rowHeight

I don't have 4.6 to test this out, but if you are ok with setting a fixed size for the rowHeight of all rows, this should work for you.

Let me know if you have questions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.