You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scroll box with a text label. The text contents of the label is assigned to a variable which is updated using an external script. The idea is to build an event log viewer that will show the latest logs at a glance.
In my setup When the text content overflows the configured size of scroll box, it will wrap and only scrolls by one line. As a result the bottom part of the text content is hidden, which i have to manually scroll, to bring it into view.
So is there a way to automatically scroll to the end of the scroll box whenever the text content is updated such that the bottom part of the text content is always inside the view ?
or is there any other way of achieving a similar result ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a scroll box with a text label. The text contents of the label is assigned to a variable which is updated using an external script. The idea is to build an event log viewer that will show the latest logs at a glance.
In my setup When the text content overflows the configured size of scroll box, it will wrap and only scrolls by one line. As a result the bottom part of the text content is hidden, which i have to manually scroll, to bring it into view.
So is there a way to automatically scroll to the end of the scroll box whenever the text content is updated such that the bottom part of the text content is always inside the view ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions