Attached Card Shadow and Canvas #4739
Unanswered
michael-hawker
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Ryken100 I was playing around to try and test #4587 and noticed another behavior. It may just be related to the oddity of non-templated controls needing a container, but it was a bit odd, so I wanted to check with you first.
If I have a
Grid
and aRectangle
like so:(Or even just a rectangle by itself on the page without the grid,) the shadow works fine:
However, if I use a Canvas instead, it doesn't work:
If I then wrap the
Rectangle
in aBorder
it works again:Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions