Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFlipper without shadow border #2068
Comments
|
This appears to be a limitation with the MaterialDesignCardFlipper However it does appear that being able to customize the shadow depth on the flipper is something that should be supported. If anyone wants to submit a pull request for it, it should simply be a template binding on the Card inside of the <materialDesign:Flipper Style="{StaticResource MaterialDesignCardFlipper}" VerticalAlignment="Top"
materialDesign:ShadowAssist.ShadowDepth="Depth0">
...
</materialDesign:Flipper> |
|
Hi, without the style MaterialDesignCardFlipper, every content element are displayed strangly (font size are bigger for example). |


Hi,
Is it a way to remove the border (or just the shadow) on a flipper?
I put a button on each side of the flipper and I don't want to have border.
thank you.