I would have thought this was a common question but i cant find it anywere.
How would i make a MultiLineEditbox autoscroll to the bottom when i add text to it using setText()?
MultiLineEditbox autoscroll
Moderators: CEGUI MVP, CEGUI Team
A MultiLineEditbox is composed of a text area and a scrollbar. Try finding that scrollbar and talking to it: "hey you scrollbar, move down to the bottom". The next bit would be to set the caret to the last position, maybe something like setCaretAtCharacterPosition( multilineEditbox->getText().size() );
Who is online
Users browsing this forum: No registered users and 4 guests