any way to listen window resize event? #1438
Answered
by
freakboy3742
ChrisChou-freeman
asked this question in
Q&A
|
hi, i want Implement adaptive layout, have any way to listen window resize event? 🙏Thanks |
Answered by
freakboy3742
Mar 5, 2022
Replies: 3 comments
|
No - there isn't currently any window resize event that you can subscribe to. As far as adaptive layout goes - the long term vision is to replace BeeWare's builtin style language with CSS, and adaptive layouts are a feature supported by CSS. |
0 replies
Answer selected by
ChrisChou-freeman
|
This is a pretty late reply, but as of Dec 3, 2025, 0.5.3 (and now 0.5.4) has an |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No - there isn't currently any window resize event that you can subscribe to.
As far as adaptive layout goes - the long term vision is to replace BeeWare's builtin style language with CSS, and adaptive layouts are a feature supported by CSS.