[Question] I need the content of my application to occupy the entire window #3087
Unanswered
alvaro2203
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You can try to put "window_frameless = True" at the beginning of the main function code. I don't know if this will help you, but you can find something useful in the documentation of the page. [https://flet.dev/docs/controls/page/#window_frameless] |
Beta Was this translation helpful? Give feedback.
2 replies
-
you can use |
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.
-
Question
I am learning Flet and im doing an app to test.
My app consist of one principal Row with two vertical Containers.
I am using "page.padding = ft.padding.symmetric(0, 50)" to have padding only in vertical axis but i dont know why, my app has horizontal padding in the window
This is how it seems:

Code sample
Beta Was this translation helpful? Give feedback.
All reactions