Can I know how much size is available for containers? #4603
-
Checklist
Is your feature request related to a problem?New containers are always displayed at the smallest size, which seems strange when the user stretches the window and cannot make proper adjustments to the components. Is it possible to construct a solution with the existing API?No, I've tried different layouts, but none of them worked well Describe the solution you'd like to see.At the very least, I want to get how much space the container can get in the current window, so I can change the size of the component. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please use discussions for questions. Issues are for feature requests and bugs. Will convert this for you. |
Beta Was this translation helpful? Give feedback.
-
This is what the container Layout does. If you want to handle the space manually then set up a custom layout. https://docs.fyne.io/extend/custom-layout |
Beta Was this translation helpful? Give feedback.
This is what the container Layout does. If you want to handle the space manually then set up a custom layout. https://docs.fyne.io/extend/custom-layout