我有一个 TextArea,用户可以在其中输入文本并更改 TextArea 的宽度和高度。调整大小时,文本在预期的地方中断。我需要找到 TextArea 皮肤在调整大小后添加隐式换行符的位置。
环境
- FlexBuilder 4.6
- 弹性 SDK 4.6.0
- 闪存播放器 11.1
例子
This is just plain text that
breaks after the word "that".
当 TextArea lineBreak 属性为 toFit 并且文本没有 CR 或 LF 字符时,关于如何找到换行符位置的任何想法?在上面的示例中,它将是位置 28。