Skip to content

feat(controls): Add missing placement properties to Flyout - #1749

Open
Nuklon wants to merge 5 commits into
lepoco:mainfrom
Nuklon:patch-45
Open

feat(controls): Add missing placement properties to Flyout#1749
Nuklon wants to merge 5 commits into
lepoco:mainfrom
Nuklon:patch-45

Conversation

@Nuklon

@Nuklon Nuklon commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

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/new behavior?

Various placement properties are missing from Flyout, this adds that.

@Nuklon
Nuklon requested a review from pomianowski as a code owner July 29, 2026 14:28
@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 dotnet release labels Jul 29, 2026
@Nuklon Nuklon changed the title feat(controls): Add PlacementTarget binding to Flyout.xaml feat(controls): Add PlacementTarget to Flyout Jul 29, 2026
/// <summary>
/// Represents a control that creates a pop-up window that displays information for an element in the interface.
/// </summary>
[TemplatePart(Name = "PART_Popup", Type = typeof(System.Windows.Controls.Primitives.Popup))]

@Nuklon Nuklon Jul 29, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this part as it was already imported...

@Nuklon Nuklon changed the title feat(controls): Add PlacementTarget to Flyout feat(controls): Add missing placement properties to Flyout Jul 30, 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. dotnet PR Pull request release styles Topic is related to styles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant