How to add a drop shadow around a flyout in UWP?
I tried DropShadowPanel in UWP Community Toolkit to wrap the flyout, but it didn't show along with the flyout. How can I achieve it so that a drop shadow shows and disappears along with the flyout? Thanks!
<Flyout x:Name="Flyout" Placement="Bottom">
<TextBlock Text="Error message" />
</Flyout>