Closed
Description
Describe the bug
-
If you change the visibility to "Collapsed" of an element with a shadow and then resize the window, the AttachedDropShadow will remain at the elements past position when visibility is set to "Visible"
-
If a resize of another element in the view moves an element with an AttachedDropShadow, the shadow doesn't get recast until the window is resized.
Steps to Reproduce
- Put two rectangles in single stack panel
- Attach shadow to second
- Resize first rectangle or change visibility on second rectangle
- AttachedDropShadow remains at original position until window is resized
Expected behavior
AttachedDropShadow remains at proper relative position to element regardless of other UI changes and visibility updates.