Replies: 3 comments 2 replies
-
|
Have you solved this problem?i am facing the same problem to figure it out |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Using following |
Beta Was this translation helpful? Give feedback.
0 replies
-
<Window
x:Class="BorderlessWindow.MainWindow"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="BorderlessWindow"
Width="400"
Height="300"
d:DesignHeight="450"
d:DesignWidth="800"
Background="Transparent"
BorderBrush="Transparent"
BorderThickness="0"
CanResize="False"
DragDrop.AllowDrop="True"
ExtendClientAreaChromeHints="NoChrome"
ExtendClientAreaTitleBarHeightHint="-1"
ExtendClientAreaToDecorationsHint="False"
SystemDecorations="None"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
Welcome to Avalonia!
</Window>The full project files: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
emako
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The border can't be hiden in windows11 with Avalonia 11.1.0.
How can I create a borderless window?
Beta Was this translation helpful? Give feedback.
All reactions