Replies: 1 comment 2 replies
-
Visibility enum is used to control the element visibility while still maintaining its space. To hide the element and remove its occupied space you can already use a Display parameter, eg. |
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 suggest adding the "Collapse" item to the Visibility enumeration, which will work similarly to WPF, that is: if Visibility == Visibility.Collapse then the element does not render on the page and does not take up the allocated space.
Beta Was this translation helpful? Give feedback.
All reactions