Skip to content

how to disable the scroller of entry? #3235

Discussion options

You must be logged in to vote

The Resize and Move would be run by your container, so should not impact this usage.
To disable the scroll functionality in Entry use Wrapping = fyne.TextWrapOff.
Beware that if you do this the content will force the UI to grow if the text gets longer.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Francisundermoon
Comment options

@andydotxyz
Comment options

@Francisundermoon
Comment options

Answer selected by Francisundermoon
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