Content resizing #5025
Fqcerqueira
started this conversation in
General
Replies: 1 comment 2 replies
-
can help controls better adapt to the available space. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I am developing an interface and I came across a problem when changing the size of the window. When the window is not maximized, the Containers resize to a smaller size, but the content, such as text or buttons, remains the same size, causing overlapping of the content and distortions. How could I solve this so that it is dynamic like the containers when using "expand=bool"?
Maximized window:

Reduced window:

Beta Was this translation helpful? Give feedback.
All reactions