Replies: 1 comment
-
Not quite what you were looking for... but you could revert the spacing changes on #680 (comment) It gives you a fixed open expander, just dynamically change the visibilty of the SettingsExpander.Items cards as required to get what you are looking for I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I'm building a UI where I have a SettingsExpander with content in a few SettingsCard items. I like the look of this. But sometimes I just don't want the SettingsExpander to be able to collapse - in other words: remove the chevron. Is there a way to do this, or is it an idea to make it?
Example: Here, I used a SettingsCard (with Visibility bind to the ToggleSwitch) with parts (Grid or StackPanel) that are dynamically visible. I've used a border to emulate the dividers, note that they don't touch the sides.

Beta Was this translation helpful? Give feedback.
All reactions