Flex TextArea,将行数增加到100以上
我正在使用 TextArea 在 Flex gui 中按行显示一些文本信息,它会自动将显示的行数限制为 100 行。但我想要文本区域超过 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从来没有听说过这个限制。这里有一篇文章涉及 textArea numLines:
http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/
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/