Open
Description
Description
When a shadow is applied to a .NET MAUI view on Windows, changing the view’s height or width at runtime causes the shadow size to update slowly. This results in a visible blinking or flickering effect around the view's shadow during resizing.
Steps to Reproduce
- Run the attached sample
- Click the button to change width and height
- you can see shadow size updating slowly (blinking) after view size updated.
Link to public reproduction project repository
shadow_issue_windows.mp4
Version with bug
9.0.70 SR7
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No