Skip to content
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 6 replies

Comment options

You must be logged in to vote
6 replies
@Finkman
Comment options

@ogoffart
Comment options

@Finkman
Comment options

@ogoffart
Comment options

@ogoffart
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