-
Checklist
Describe the bugThe Fuction of MinSize() of Entry Widget always return same size. Although It different text data. Because it always returns the same value, scroll.ScrollToBottom() is currently not working.
How to reproduce
ScreenshotsNo response Example code
Fyne version2.4.4 Go compiler version1.22 Operating system and versionWindows 10 Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
If you turn off scrolling then the returned minimum size will be different. |
Beta Was this translation helpful? Give feedback.
-
I turn off scroll of the entry. but, The function of Entry.MinSize() still return same size. |
Beta Was this translation helpful? Give feedback.
-
I was considering using TextGrid, but it seems unsuitable for a log viewer as it does not support drag and select functionality |
Beta Was this translation helpful? Give feedback.
-
No, you didn't turn off scrolling. |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion as it is a question. Please use the issue tracker for bugs and feature requests. |
Beta Was this translation helpful? Give feedback.
-
Okay, I set the Scroll parameter to 3 to turn off scrolling.
|
Beta Was this translation helpful? Give feedback.
Okay, I set the Scroll parameter to 3 to turn off scrolling.
I want to use widget.ScrollDirection but I can't import '"fyne.io/fyne/v2/internal/widget"' because of internal package.
so I used 3 to set enum.