GroupBox and Elevation #3201
-
Hi! <GroupBox Style="{StaticResource MaterialDesignGroupBox}"
Padding="0" BorderThickness="0"
materialDesign:ElevationAssist.Elevation="Dp24"
Header="GroupBox"
>
<!--<Grid Background="Transparent"/>-->
<Grid Background="White"/>
</GroupBox> I tried to play with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Frillaut Just ha a quick look. I think the support for |
Beta Was this translation helpful? Give feedback.
-
@Frillaut Apparently the "shadow only on the header" is a conscious choice. It is even demonstrated in the demo app. I may still work on it to give the user a bit more flexibility. |
Beta Was this translation helpful? Give feedback.
@Frillaut I submitted a PR #3217 which improves on this a bit. Could you take a look to see if the elevation/shadow in the PR seems to align with your expectations? Thanks.