Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

scrollbar visible

Avatar

Level 4

Hello, I have a problem how do I make visible the scrollbar to a field textfield?

thank's

0 Replies

Avatar

Level 10

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