Replies: 1 comment 1 reply
-
Problem Solved |
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 made a custom-made expander box but i am getting a hard time to update the parent's autosizing, after the expander is expanded.
Is it possible to shed some light for me on this?
I made a method which is called when the Header is clicked(MouseUp).
The collapsed expander will just have an empty DynamicLayout, while the expanded one will have all the controls.
The height I get it with a GetPreferredSize.
The problem is, the control (StackLayout) which the Custom-Expander is nested in, doesn't adjust the sizing itself whenever the child control height is changed.
I tried to call Invalidate() function for the StackLayout by finding the Parents of the custom-expander, but in vain.
Beta Was this translation helpful? Give feedback.
All reactions