Replies: 1 comment 3 replies
-
Would you share a source code demonstrating the issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am learning about flet. Recently I had to use grid view to show multiple things on the screen in a container and whenever I resize the window grid view stretches or compresses my container which leads to overflowing of some of my components. I tried using Row to replace it with the parameter wrap = True but I was not able to add scrolling to the Row. So the only solution for smooth scrolling for large number of containers seems to be Grid View. Does someone know how I can make the contents not overflow when resizing the page ?
Beta Was this translation helpful? Give feedback.
All reactions