Skip to content

Flyout now shows a drop shadow#1716

Open
chucker wants to merge 1 commit into
lepoco:mainfrom
chucker:feature/flyout-dropshadow
Open

Flyout now shows a drop shadow#1716
chucker wants to merge 1 commit into
lepoco:mainfrom
chucker:feature/flyout-dropshadow

Conversation

@chucker
Copy link
Copy Markdown
Collaborator

@chucker chucker commented May 14, 2026

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

fixes #1708

The current Flyout looks a little naked:

image

This is also inconsistent with WinUI 3, which wraps it in a drop shadow:

image

What is the new behavior?

This wraps Flyout with a drop shadow similar to how #1472 did it in other areas (such as context menu):

image

Other information

The positioning isn't quite right. Horizontally, I think it's supposed to be concentric with the control below (but that would be for a separate PR), and vertically, it has too much of an offset. If someone has an idea how to shove it closer to the control below, that'd be great.

@chucker chucker requested a review from pomianowski as a code owner May 14, 2026 10:13
@github-actions github-actions Bot added controls Changes to the appearance or logic of custom controls. styles Topic is related to styles PR Pull request release labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

controls Changes to the appearance or logic of custom controls. PR Pull request release styles Topic is related to styles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flyout should have a drop shadow

1 participant