I wish there was a method to get the text for each line in a TextArea control. I have some text that I don't want to get broken up by word wrapping. Is there a way to access the content of each line of text in a TextArea?
I have this line of text: Here is a whole bunch of text [ Images Only ] Sometimes it wraps and breaks up [Images Only] like this: Here is a whole bunch of text [ Images Only ] If I could access the text, I could put a newline to force it to wrap where I need it to wrap. Maybe there is a better control for this situation.

