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

RadRibbonView.TabStripPlacement

2 Answers 39 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 13 Oct 2014, 08:44 PM
Hi,

I'm trying to put the RibbonTabs on the bottom of the RibbonView. I tried the TabStopPlacement property but it is marked as obsolete and doesn't seem to work. Is there another way to accomplish this?

Thanks,
Mike

2 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 16 Oct 2014, 03:52 PM
Hello Michael,

This is to inform you that we need some more time to look into ways that will let you do this without the property. We will contact you again tomorrow till the end of the working day (GMT +2).  

Regards,
Evgenia
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Evgenia
Telerik team
answered on 20 Oct 2014, 03:47 PM
Hello Michael,

Let me start with my apologies for the delayed reply.
In fact this can not be achieved with using the TabStripPlacement property of RadRibbonTab as it is read-only. However you might tweak the RibbonView style and rearrange its elements so that the RibbonScrollViewer (theone that wraps the Tab Items) is outside TopGrid element and below the ContentPresenter that holds the SelectedTabContent. I'm attaching a project where this is demonstrated made with our VisualStudio2013 theme and Implicist Styles theming approach. Please have in mind that it requires you to reference NoXAML binaries as described in the same help topic mentioned above. Feel free to modify the solution per your own scenario needs.

P.S. The project is made under WPF but the approach is practically the same for Silverlight. Just make sure that you use the correct implicit style (the one made under Silverlight) as both platforms differ in XAML.

Regards,
Evgenia
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RibbonView and RibbonWindow
Asked by
Michael
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or