Buddhi
Buddhi

Reputation: 2314

Flex TextArea, increase number of rows to more than 100

I am using TextArea to display some text information in rows in flex gui, it automatically restricts the number of lines to display to 100 lines. But I want more than 100 lines in the text area.

How can I increase number of lines to display?

Upvotes: 0

Views: 442

Answers (1)

Marc Permanyer
Marc Permanyer

Reputation: 11

never heard about that limitation. Here there's an article that deals with textArea numLines:

http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/

Upvotes: 1

Related Questions