Skip to content

How to keep the vertical scroll bar of the MultiLineEntry component always at the bot #3797

Answered by andydotxyz
EddieChan1993 asked this question in Q&A
Discussion options

You must be logged in to vote

Check the API for entry over at https://github.com/fyne-io/fyne/blob/v2.3.3/widget/entry.go#L37. You have the CursorRow and CursorColumn fields that you can set and then call .Refresh().

This is the answer you need

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@Jacalz
Comment options

@EddieChan1993
Comment options

@EddieChan1993
Comment options

@andydotxyz
Comment options

Answer selected by EddieChan1993
@EddieChan1993
Comment options

@andydotxyz
Comment options

@andydotxyz
Comment options

@EddieChan1993
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question has been asked
3 participants
Converted from issue

This discussion was converted from issue #3796 on April 08, 2023 10:20.