Replies: 2 comments 3 replies
-
in the code the width of the row is the sum of the containers in each line grs = Row( Gravacao.de.tela.de.2024-02-06.18-33-30.webm |
Beta Was this translation helpful? Give feedback.
2 replies
-
in this case, it looks better to set the size of containers with the properties of the gridview and it fits automatically at the resize
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
`from flet import *
def main(page: Page):
page.padding = 0
page.scroll
app(target=main)
`
Beta Was this translation helpful? Give feedback.
All reactions