You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DialogHost set CornerRadius="18";
DrawerHost set LeftDrawerCornerRadius="18,0,0,18" OverlayBackground="Red";
When IsLeftDrawerOpen is open,OverlayBackground not have CornerRadius.
Version
4.9.0
The text was updated successfully, but these errors were encountered:
@xielong12 I suspect the rounded corners on the application window is from a MahApps/ControlzEx window rather than from just plain Window in Windows11? If so, could you share some basic XAML with the window setup and the DrawerHost? Thanks.
@xielong12 I suspect the rounded corners on the application window is from a MahApps/ControlzEx window rather than from just plain Window in Windows11? If so, could you share some basic XAML with the window setup and the DrawerHost? Thanks.
First of all, thank you for your answer.
In the end, I chose the window rounded corner following system.
Hidden the title and buttons of the form.
Set WindowStyle="SingleBorderWindow"
Set UseAeroCaptionButtons="False"
@xielong12 Sorry for the long delay in answering, I have been completely drowning in other stuff lately. Would it be possible for you to create a small sample app with the WindowChrome you want that shows the issue with the DialogHost? Just a simple app that can pop the DialogHost by clicking a button or similar would suffice. Thanks.
Bug explanation
DialogHost set CornerRadius="18";
DrawerHost set LeftDrawerCornerRadius="18,0,0,18" OverlayBackground="Red";
When IsLeftDrawerOpen is open,OverlayBackground not have CornerRadius.
Version
4.9.0
The text was updated successfully, but these errors were encountered: