How to style GroupBox without loosing MaterialDesignInXamlToolkit features, to have rounded corners? #3455
Unanswered
sensboston
asked this question in
Q&A
Replies: 2 comments
-
@sensboston Currently there is not a great way of extending the default You could consider using the <GroupBox Header="Card Look" Style="{StaticResource MaterialDesignCardGroupBox}">
<TextBlock Text="My Content" />
</GroupBox> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! It's enough for now; maybe devs will add that property in future. |
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
-
How to style GroupBox without loosing MaterialDesignInXamlToolkit features, to have rounded corners?
Beta Was this translation helpful? Give feedback.
All reactions