Title bar is not hidden when using fluent theme. The close button on title bar is disabled.
Window style is set to none.
Even when window style is set to default all buttons(minimize, close buttons) are not working.
It is working properly when using other themes.
<Window xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
xmlns:syncfusionskin ="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
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"
xmlns:local="clr-namespace:BManager_2"
x:Class="MainWindow"
mc:Ignorable="d"
syncfusionskin:SfSkinManager.Theme="{syncfusionskin:SkinManagerExtension ThemeName=FluentDark}"
Title="MainWindow" Height="1040" Width="1920" Background="{DynamicResource bg_dark}" WindowStyle="None" ResizeMode="NoResize">
|
Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
Exe:
HTTP Link(Assemblies)
HTTP Link(Nuget)
|