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

Adding tabs to ribbonview in prism

1 Answer 67 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 1
Nicholas asked on 19 Feb 2015, 12:04 PM
Hi

I'm using RadRibbonView with Prism as a Region.

I have a home tab with navigation to the main start view of each module.

As I navigate in the module, I'm adding tabs as views to the RibbonView region, and removing them as I change modules.

However, when I navigate to a new view and add the new tab to the RibbonView, I can't work out how to make the RibbonView switch to the new tab, it remains on my Home tab.

Any ideas how to solve this.

Thanks

Nick

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 23 Feb 2015, 07:30 AM
Hello Nick,

You you expose a int property SelectedIndex and bind it to the SelectedIndex of the RadRibbonView. Doing so you will be able to change the current selected index once you add/remove a new RadRibbonTab.

I hope this information helps.

Kind regards,
Kiril Vandov
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
Nicholas
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or