In Windows 11, when mouse over top level window title bar maximize box, there should be snap layout drop down, but for any child window there should not be snap layout drop down.
I've tested the following 4 cases and all of them works fine
1. win32 project
2. MFC project
3. general Winform project
4. general WPF project.
but for Telerik WPF project which use RadRibbonWindow as main window, the behavior is wrong. as attached video shows
Hi Dorlig,
Indeed RadRibbonWindow and RadWindow don't support the feature yet due to the following framework limitation:
https://github.com/dotnet/wpf/issues/4825
Currently is not possible to have transparent window with WPF buttons and the snap layout menu. However as you can see in the github issue MS are working on it and I how soon it would be possible for us to implement it.
Note that if you enable windows theme of the RibbonWindow - the snap layout menu will start working:
RadRibbonWindow.IsWindowsThemeEnabled = true;
Hope this helps. If you have any other questions or concerns, let us know.
Regards,
Kalin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.