[MX04] AS1.0 - Hiding the scrollbar untill needed

Hi,
I have a dynamic text field that loads text from an external .txt file. I have attached the scrollbar component to that text field. Is there a way to hide the scrollbar untill the text is overflowing and the scrollbar is needed?

This is a Flash UI Component Set 2 scrollbar and I am exporting in AS1.0.

Thanks in advance.
Mike

Am I asking the wrong kind of question? Or, is this not possible? Anyone?

scrollbar._visible = (textfield.maxscroll > 1)

You da man senocular. I appreciate your help! :slight_smile: