[FMX04/AS2.0]Hiding the Scrollbar

Hello,

I hope that this is in the correct forum. I want to hide my scrollbar unless needed. When the data loaded into the dynamic text box fills up the scroll bar will appear as needed.

This is what I have so far…kinda stuck.

body_sb._visible = false;
body_sb._visible = body_txt.maxscroll > 1;

Thanks.