Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Borderless window #549

Closed
taooceros opened this issue Apr 6, 2024 · 1 comment
Closed

Borderless window #549

taooceros opened this issue Apr 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@taooceros
Copy link

Describe the bug
It is no longer possible to hide the titlebar with the following combination

    ExtendClientAreaTitleBarHeightHint="0"
    ExtendClientAreaToDecorationsHint="True"
    ExtendClientAreaChromeHints="NoChrome"

Screenshots
If applicable, add screenshots to help explain your problem.
FluentAvaloniaTheme
image
FluentTheme
image

Desktop/Platform (please complete the following information):

  • OS: Windows 11
  • FluentAvalonia Version 2.1.0-beta
  • Avalonia Version 11.1.0-beta

Additional context
Add any other context about the problem here.

@taooceros taooceros added the bug Something isn't working label Apr 6, 2024
@amwx
Copy link
Owner

amwx commented Apr 13, 2024

Are you using a normal window, or my AppWindow? If you're using AppWindow, you cannot use ExtendClientArea... hints that Avalonia provides. If you want to mess with the style of the window - stick with a normal Window. With AppWindow, you can replace the titlebar (if that's all you want), but the caption buttons (min/max/close), and the system window border are not customizable or removable.

@amwx amwx closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants