The window button (minimize, maximize and close) are not selected on mouseover. They are only selected if the mouse is at the bottom of the icon.
Gif: IMG 3908 (2) - Gifyu
Code:
<syncfusion:ChromelessWindow x:Class="com.Test.Client.Wpf.Windows"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:syncfusionskin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
syncfusionskin:SfSkinManager.Theme="{syncfusionskin:SkinManagerExtension ThemeName=FluentLight}"
mc:Ignorable="d"
Title="Test"
Icon="/Project Example;component/Resources/Icons/ico3.ico"
Height="320"
Width="600"
UseNativeChrome="True"
ShowTitle="False"
ShowIcon="False"
ShowMaximizeButton="False"
ShowMinimizeButton="False"
Topmost="True"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
TitleBarBackground="#1c5780"
BorderBrush="#3a76a1"
ResizeBorderBrush="#3a76a1"
CornerRadius="0"
AllowsTransparency="True"
WindowStyle="None">
</syncfusion:ChromelessWindow>
Hi Sebastian,
We are able to reproduce are reported "Window buttons not selecting properly" issue and we need some more time to validate the reported issue on our end. So we’ll provide the further details on 4th February 2022. We appreciate your patience until then.
Regards,
Sulthan amanu
Hi Sebastian,
We are able to reproduce are report issue of "Window buttons not selecting properly". Issue reproduced only when setting a "UseNativeChrome" property set to "True" Value. If that property is not needed on your end, then you can remove the "UseNativeChrome" property. If you want to "UseNativeChrome" property please let us know. Based on your confirmation, we will proceed further on this.
Please let us know if you need any further assistance.
Regards,
Sulthan amanu
Hi,
sorry, didn't notice you need a reply. Yes, I need the UseNativeChrome Property. Has a fix been published for this bug in the latest versions?
Hi Sebastian,
Yes. The fix has been already included. However, we are checking few other cases. We will share the details on March 15th, 2022.
Regards,
Sulthan amanu
Hi Sebastian,
As we were informed earlier, we have moved the fix for this issue. You can use the latest available NuGet. Please check and let us know if you still face any issues. The packages can be downloaded from the following link.
NuGet Link: https://www.nuget.org/
Please let us know if you need any further assistance on this, we will be glad to assist you.
Regards,
Sulthan amanu