Skip to content

Please tell me how to get the groupbox back #3054

Closed Answered by nicolaihenriksen
GLC-Kazetani asked this question in Q&A
Discussion options

You must be logged in to vote

@GLC-Kazetani If I understand you correctly, you are using Material Design for most parts, but want to opt-out of the GroupBox style?

That can be accomplished by setting the style to "null" directly on the GroupBox in this manner:

<GroupBox Style="{x:Null}">
  ...
</GroupBox>

If you want it application wide, you will want to "null" the style for the GroupBox type in your App.Xaml or similar.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GLC-Kazetani
Comment options

Answer selected by GLC-Kazetani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants