I have a chat box that uses a scroll box that contains a text box widget for each incoming message. The text boxes are set to auto-wrap if their contents are longer than the scroll box width. Each time a messages is received, I call ‘Scroll to End’ on the scroll box after adding the new text box widget as a child. Everything works fine until an incoming messages wraps into multiple lines, then ‘Scroll to End’ only scrolls far enough to see the first line. I’ve created a workaround by adding a 0.01 delay and calling ‘Scroll to End’ a second time.
1 Like
Looks like a bug, thanks for the solution.
I have the same problem
Also having this problem, someone please help!
Use ''Set Scroll Offset"
Offset = max possible length,
1 Like