-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Completed 🔥bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorhotfix 🌶
Milestone
Description
Describe the bug
AttachedDropShadow display problem when the size of the element that owns the AttachedDropShadow changes.
`
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*"/>
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>
<Border x:Name="ShadowTarget" Grid.Column="0"/>
<Border Grid.Column="1" Background="AliceBlue">
<ui:Effects.Shadow>
<ui:AttachedDropShadow BlurRadius="60"
Color="Black"
CastTo="{Binding ElementName=ShadowTarget}"/>
</ui:Effects.Shadow>
</Border>
</Grid>
Regression
No response
Reproducible in sample app?
- This bug can be reproduced in the sample app.
Steps to reproduce
1. Run the Application.
2. Change the window size.
Expected behavior
The shadow remains displayed on the entire edge of the Border.
Screenshots
Windows Build Number
- Windows 10 1809 (Build 17763)
- Windows 10 1903 (Build 18362)
- Windows 10 1909 (Build 18363)
- Windows 10 2004 (Build 19041)
- Windows 10 20H2 (Build 19042)
- Windows 10 21H1 (Build 19043)
- Windows 11 21H2 (Build 22000)
- Other (specify)
Other Windows Build number
Windows 21H2 (19044.1645)
App minimum and target SDK version
- Windows 10, version 1809 (Build 17763)
- Windows 10, version 1903 (Build 18362)
- Windows 10, version 1909 (Build 18363)
- Windows 10, version 2004 (Build 19041)
- Other (specify)
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
17.1.6
Device form factor
Desktop
Nuget packages
Microsoft.NETCore.UniversalWindowsPlatform: 6.2.13
Microsoft.Toolkit.Uwp.UI: 7.1.2
Additional context
If we set the Border's Background to Transparent, we can find that the size of the window changes in time, but the aspect ratio of the shadow remains unchanged. Maybe that's the reason for the problem.
Help us help you
Yes, but only if others can assist.
Metadata
Metadata
Assignees
Labels
Completed 🔥bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorhotfix 🌶
Type
Projects
Status
Done