This is a migrated thread and some comments may be shown as answers.

RadRibbonWindow instead of RadWindow

2 Answers 168 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
recotech
Top achievements
Rank 1
recotech asked on 27 Jan 2021, 02:58 PM

Hello, we want to convert all windows in our multiwindow- application from System.Windows.Window to RadRibbonWindow or RadWindows, to offer the user a uniform impression. Unfortunately the RadWindow  behaves  differently than the System.Windows.Window when it comes to minimizing and the taskbar. 

Using the RadRibbonWindow for all windows seems to be a working solution, but is it a good idea? Or is it only intended for use with a RadRibbonBar?

Maybe there is another way to use Telerik themes with System.Windows.Window's?

 

greetings

sebastian

2 Answers, 1 is accepted

Sort by
0
recotech
Top achievements
Rank 1
answered on 29 Jan 2021, 11:57 AM

found a working solution for me in another forum post; just add the following attributes to the radwindow-tag:

xmlns:navigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation"
navigation:RadWindowInteropHelper.ShowInTaskbar="True"
0
Vladimir Stoyanov
Telerik team
answered on 01 Feb 2021, 09:39 AM

Hello Sebastian,

Indeed the RadRibbonWindow is specifically designed to host a RadRibbonView control. That said, the RadWindow element is the way to go in order to have the Telerik theme applied to the other window(s) inside the application. The RadWindowInteropHelper class allows for customizing some settings, such as whether the window is shown in the taskbar. 

I hope you find this information helpful. Don't hesitate to contact us again, if you have any other questions. 

Regards,
Vladimir Stoyanov
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/.

Tags
RibbonView and RibbonWindow
Asked by
recotech
Top achievements
Rank 1
Answers by
recotech
Top achievements
Rank 1
Vladimir Stoyanov
Telerik team
Share this question
or