Hi,
I am trying to implement simple chat application using flex. In it all my chat messages are stored as array collection items, where each item is a string (correspondent to one chat message). I am using datagrid to display all messages. One message goes to one cell of datagrid.
Here how it looks: http://img.skitch.com/20091129-qt3gjneh8ksygypyjnra67auf.png
I want to add a feature for the tool to handle big lines of text. Is there a way to implement line break in case it's very long.
Thanks in advance