Replies: 3 comments
-
I dont think they must be of thesame size. |
Beta Was this translation helpful? Give feedback.
-
`from flet import * def main(page: Page):
app(target=main) |
Beta Was this translation helpful? Give feedback.
-
I think @huangxulei is trying to build something like this an I'm also trying to build something similar, but in my case I want to stretch the height if it can fit the bottom text. I still can achieve this but computing the aspect ratio, but it would be nice to have some sort of auto aspect ratio feature. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Do the height and width of the child elements of gridview must be of the same size?
Or should I not use gridview
Beta Was this translation helpful? Give feedback.
All reactions