Skip to content

fix(window): added new property ShowAvaloniaFullscreenPopover#83

Open
Huntk23 wants to merge 1 commit into
accntech:mainfrom
Huntk23:fix/suppress-avalonia-fullscreen-popover
Open

fix(window): added new property ShowAvaloniaFullscreenPopover#83
Huntk23 wants to merge 1 commit into
accntech:mainfrom
Huntk23:fix/suppress-avalonia-fullscreen-popover

Conversation

@Huntk23

@Huntk23 Huntk23 commented May 11, 2026

Copy link
Copy Markdown
Contributor

This is my assumption at what you would want @accntech - if not, check out this PR on how I fixed it.

  • New property ShowAvaloniaFullscreenPopover defaulted to false to suppress Avalonia exit affordance. Just in case a user wants a truly full screen application and they hide their custom ShadUI title bar.

Usage if a user wants Avalonia's full screen exit affordance:

<shadui:Window ShowAvaloniaFullscreenPopover="True">

Tested

  • Windows 10 22H2
  • Windows 11 25H2
  • Fedora Linux 44 - KDE Plasma 6.6.4
    • Wasn't an issue originally, but checked just in case
  • macOS Sequoia 15
  • macOS Tahoe 26

Currently working on setting up two macOS environments


Fixes #82

…ed to false to suppress Avalonia exit affordance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Avalonia 12] PART_TitleBar appears after maximizing ShadUI window

1 participant