Hi everyone!
I have put a scroll bar associated to a dinamic text field, and the scroll bar is always there, even if there is no need of it.
I only want that it appears when is needed.
I can use the proeperty 'visible' of the component in an 'if' statement, but I don't know hot to know if the text needs the scroll bar so:
There is some way to know if a text is larger than the cointainer where is going to be showed??
Thank you