Open IeuanWalker opened 2 years ago
Verified repro on android 12.0 with VS 17.3.0 Preview 1.0 [32427.505.main]. Repro with above project.
Any news on this?
Any news on this?
You can use the border control instead
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
I am facing the same issue. VS 17.3.6 It's a bit annoying, but like someone said it's possible to use the Border control to obtain the same look as a frame and implement a custom shadow.
Any news on this? It's really annoying!
Verified this on Visual Studio Enterprise 17.6.0 Preview 6.0. Repro on Windows 11 and Android emulator (13.0-API 33) with below Project: 7209.zip
If use Border control instead of Frame, shadow works well.
I have used Border instead Frame
<Border
Padding="0"
Stroke="Transparent">
<Border.Shadow>
<Shadow
Radius="10"
Brush="Black"
Opacity="0.5"
Offset="0,0"/>
</Border.Shadow>
...
And it works for me on Android
Description
Adding the new shadow property to a frame doesn't do anything.
Steps to Reproduce
This is the xaml -
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 11
Did you find any workaround?
No response
Relevant log output
No response