Replies: 1 comment 1 reply
-
Perhaps try setting |
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
-
I have a custom expander (inherited from Drawable) that will set its content null or expanded control.
I found out that everytime the expander set a content, even though the expandedControls is a field, all the controls saved in expandedControls will be redrawn, reload and reinitiated again, which takes up a lot of resources.
Is this the way it supposed to work? is there a way to skip all the redrawn/reload/reinitiated part?
Beta Was this translation helpful? Give feedback.
All reactions