How to know in advance if next line will add scrolling aTextArea
Hi All,
I have multiple TextAreas in my application, which user can edit. I want
cursor and focus to automatically shift to Next TextArea whenever current
Textarea is full without any scrolling bar.
Currently I am checking (maxScrollV>1) property of TextField to find if a
TextArea is full or not. But this condition is true only after adding scrolling
in TextArea.
Is there any way to find if TextArea is full without adding any scrolling in
current TextArea and shifting focus to next TextArea.
Thanks in Advance..
N
|