-
QuestionWell, I'm starting to see what's up with Flet and I don't know anything about it, I'm reading the documentation and such, but I'm running into a problem which I don't know if it's that the documentation, the framework or the widgets don't consider it, or there is some way that I'm not seeing that can be achieved to do what I need. The fact is that I want to make a "list box" similar to the one found in Tkinter, but I don't know which widget would be the most correct to implement, or if there is one that is exactly that, does anyone know? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://flet.dev/docs/controls/textfield#multiline-textfields |
Beta Was this translation helpful? Give feedback.
-
You can just try to create a "Large View" and insert a text control or other controls into it. You can find more here: [https://flet.dev/docs/cookbook/large-lists/#listview] |
Beta Was this translation helpful? Give feedback.
You can just try to create a "Large View" and insert a text control or other controls into it.
You can find more here: [https://flet.dev/docs/cookbook/large-lists/#listview]
I hope I helped you