Im using a Edit box for something and when they're to many line's it doesn't go to the newest line i have vertical autoscroll on but it's not working? is there a way to fix this?
Im using a Edit box for something and when they're to many line's it doesn't go to the newest line i have vertical autoscroll on but it's not working? is there a way to fix this?
Autoscroll just makes so when your manually typing it scrolls with it, same if you set the caret. It also makes the edit box not have a character cap.
If you move the caret it will scroll to it, if you want to scroll to the end, set caret to the last character...
what would be the expression to set the caret to the newest line?
The menus are your friends, there will never be a case where a function will not appear there
(unless it was hidden away for being just for debugging or broken removed stuff)
As for the expression, you just need to put it on the last character, and how do you know the index of the last character?
Well, it's the amount of characters, or length of the text: Len( Edittext$( "Edit Box" ) )
isnt there a scroll to end/bottom or whatever it is under scrolling
Well, there's this actually:
![]()
yeah there it is. thats what i do normally.