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

BackStage as SelectedTab

2 Answers 72 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Yonggu Kang
Top achievements
Rank 1
Iron
Yonggu Kang asked on 07 Jan 2012, 03:39 AM
Hi Telerik,

I'd like to open backstage first when my app runs, so I bind SelectedIndex of ribbonview with property in viewmodel and set it as '0', but only ribbontab of backstage shows as selected without opening backstage item which is set as IsDefault = true.

How can I open backstage item first when app starts as if I cliked backstage tab?
I placed backstage in xaml but other ribbon menu added dynamically.

Thank you in advance.

kang

2 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 11 Jan 2012, 01:59 PM
Hello Kang,

If I understand your scenario correctly, you can take advantage of the RadRIbbonView.IsBackstageOpen property as it controls whether the backstage menu is opened. You can find more information about the RibbonView.Backstage menu in our documentation.

Try setting the RadRIbbonView.IsBackstageOpen property to True in the definition of the RadRibbonView and let me know if it helps or if I am missing something from your scenario.

Kind regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Yonggu Kang
Top achievements
Rank 1
Iron
answered on 13 Jan 2012, 07:32 AM
Hi Tina,

It works great.Thank you for kind information.

RGDS

Kang
Tags
RibbonView and RibbonWindow
Asked by
Yonggu Kang
Top achievements
Rank 1
Iron
Answers by
Tina Stancheva
Telerik team
Yonggu Kang
Top achievements
Rank 1
Iron
Share this question
or