Prabhakaran
Top achievements
Rank 1
Prabhakaran
asked on 10 Jul 2015, 04:43 PM
In my application I do not want to waste the space in TitleBar. So I wanted to have the menu in TitleBar. How do I achieve it using Rad controls of Telerik?
5 Answers, 1 is accepted
0
Hi Prabhakaran,
The desired appearance of WPF's native Window is a too custom one and the only approach that we could suggest you in order to achieve it is to modify the default Style of the Window. You need to create a custom TitleBar for the Window and inside it to place RadMenu. Please, check the following approaches that we found for you that demonstrate how to modify the default Style of the Window:
http://blog.magnusmontin.net/2013/03/16/how-to-create-a-custom-window-in-wpf/
http://stackoverflow.com/questions/24654845/c-sharp-wpf-custom-title-bar-drag-window-from-top-when-maximized-doesnt-wo
http://www.codeproject.com/Articles/140267/Create-Custom-Windows-in-WPF-with-Ease
However, please notice that this is not a supported scenario and we could not guarantee you that the Menu will work as expected in all scenarios when it is placed inside the Window's TitleBar.
Hopes the provided information will help you.
Regards,
Nasko
Telerik
The desired appearance of WPF's native Window is a too custom one and the only approach that we could suggest you in order to achieve it is to modify the default Style of the Window. You need to create a custom TitleBar for the Window and inside it to place RadMenu. Please, check the following approaches that we found for you that demonstrate how to modify the default Style of the Window:
http://blog.magnusmontin.net/2013/03/16/how-to-create-a-custom-window-in-wpf/
http://stackoverflow.com/questions/24654845/c-sharp-wpf-custom-title-bar-drag-window-from-top-when-maximized-doesnt-wo
http://www.codeproject.com/Articles/140267/Create-Custom-Windows-in-WPF-with-Ease
However, please notice that this is not a supported scenario and we could not guarantee you that the Menu will work as expected in all scenarios when it is placed inside the Window's TitleBar.
Hopes the provided information will help you.
Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Prabhakaran
Top achievements
Rank 1
answered on 15 Jul 2015, 05:08 PM
Hi Nasko,
I can think of 2 types of layouts. One using the traditional Menubar & ToolBar. The other using Menubar with Ribbon view. Is it possible to have icons as shown in attachment in either of Toolbar or Ribbonview?
0
Hi Prabhakaran,
RadRibbonView provides a simple way of building interfaces similar to the desired one presented with the image using the Quick Access Toolbar. Please, check the following article from our help documentation that provides a detailed information about the Quick Access Toolbar:
http://docs.telerik.com/devtools/wpf/controls/radribbonview/features/ribbon-controls/QAT
Hopes this helps.
Regards,
Nasko
Telerik
RadRibbonView provides a simple way of building interfaces similar to the desired one presented with the image using the Quick Access Toolbar. Please, check the following article from our help documentation that provides a detailed information about the Quick Access Toolbar:
http://docs.telerik.com/devtools/wpf/controls/radribbonview/features/ribbon-controls/QAT
Hopes this helps.
Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Prabhakaran
Top achievements
Rank 1
answered on 16 Jul 2015, 04:17 PM
Is that QAT aligned right? Can the notifications reach the QAT?
0
Hello Prabhakaran,
I am not completely sure that I understand your requirements. Can you please elaborate a little bit more on them by answering the following questions?
Thank you for any help you can provide.
Regards,
Martin
Telerik
I am not completely sure that I understand your requirements. Can you please elaborate a little bit more on them by answering the following questions?
- "Is that QAT aligned right?" - are you asking if the QAT can be aligned at the right side of the ribbon? If so, I am afraid that the answer is - no, this cannot be achieved out of the box. However, you should be able to get the desired effect by modifying the ribbonview's layout in its template.
- "Can the notifications reach the QAT?" - Can you give me more information on what notifications you mean?
Thank you for any help you can provide.
Regards,
Martin
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items