How to Check the Actual Visibility of a Child Widget #5287
Answered
by
willmcgugan
recsater-uf
asked this question in
Q&A
-
When Container A yields Widget B and A has display: none, B.display still remains True. However, B is not actually rendered in this case. How can I accurately determine whether B is truly visible or not? Should we update |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Nov 26, 2024
Replies: 1 comment 1 reply
-
Widgets have an |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
recsater-uf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Widgets have an
is_on_screen
property, which will beTrue
if they were shown in the last frame.