Hello, I have a problem how do I make visible the scrollbar to a field textfield?
thank's
Views
Replies
Total Likes
Hi,
You can only make the scroll bar visible when the TextField has focus.
This is when the user clicks into or tabs into the field. You can also script an object to get focus using the setFocus() method.
There are a couple of options here: http://assure.ly/g80MVY.
Niall
Views
Replies
Total Likes