Scrollbar component question

Is it possible to make the scrollbar component only appear when the the text is over the size limit of the text box space. At the moment when the text is under the size limit the scroll bar appears without the buttons, I would like no part of the scroll bar to appear unless it is required.

Can anyone help?

it would be set in the visibility but if you don’t want it to appear until it goes over the limit you have to guess how many letters are there then if(text.text>50?){scrollbar.visible = true} something like that, that’s a really good question