Skip to content

Log Console #7421

Answered by ogoffart
Finkman asked this question in Q&A
Jan 21, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can do it with a ListView of Text.

For automatic scrolling, you can do a function like

    public function scroll-to-end(){
        listview.viewport-y = - listview.viewport-height + listview.visible-height;
    }

And call this function after adding an element to the list

Slintpad Link

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Finkman
Comment options

Answer selected by Finkman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants