You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set child height and width , but it's not my expect.
Finally, the displayed height and width are determined by the gridview ,child_aspect_ratio=5?
Why? I'm confused, there are too few examples in gridview
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I set child height and width , but it's not my expect.
Finally, the displayed height and width are determined by the gridview ,child_aspect_ratio=5?
Why? I'm confused, there are too few examples in gridview
`from flet import *
def main(page: Page):
page.padding = 0
app(target=main)
`
Beta Was this translation helpful? Give feedback.
All reactions