WindowStyle = "None" fails to hide TitleBar in FluentLight

When using a Ribbon Window and using the setting WindowStyle = "None" and also using AllowsTransparency = "True" the title bar is still showing for the window. It is still transparent but the controls are still available.

This is happening when using the FluentLight Theme.

Is there a way to enforce the WindowStyle of None?

Using Version 19.4.0.55 of the appropriate Nuget packages.


2 Replies

MS Mahalakshmi Sugumar Syncfusion Team March 16, 2022 05:24 PM UTC

Hi Richard,


We are currently validating the reported query "TitleBar does not hide when setting WindowStyle as None in RibbonWindow" and need two days to determine whether this is an issue or if there is another solution. We’ll provide further details on 21st March 2022. We appreciate your patience until then.


Regards,

Mahalakshmi S



SM Subashini Mahendran Syncfusion Team March 22, 2022 09:02 AM UTC

Hi Richard,


On further analysis, the reported behavior “TitleBar does not hide when setting WindowStyle as None in RibbonWindow”. RibbonWindow is used to customize the TitleBar with QuickAccess toolbar and to add custom control. So, we have handled WindowStyle property based on our requirement at the source end. Currently, we do not have any API to hide the TitleBar in RibbonWindow.
 

If you are not using QuickAccessToolBar and customization support of RibbonWindow in Ribbon control. We request you to use the MS Window instead of RibbonWindow.


Please let us know if you need any further assistance with this.


Regards,

Subashini M.


Loader.
Up arrow icon