Hi Luis,
Thank you for your update.
Query : Backstage is not shown in Ribbon on clicking it.
We have checked the reported behavior that Backstage is not open on clicking with your sample and found that in your sample, you have not assign the Backstageview to Ribbon’s BackstageView property , so only the Backstage is not shown. Now we have modified your sample with the following code:
Code:[C#]
|
public RibbonForm1()
{
InitializeComponent();
//setting the BackstageView
this.ribbonControlAdv1.BackStageView = backStageView1;
}
|
Query : The "File" name for the officebutton does not even appear .
In your sample, you have using RibbonStyle as TouchStyle. In this style only the arrow will be shown and the text will not be visible. However this works for other RibbonStyles.
Please let us know if you have any concerns.
Regards,
Vijayalakshmi VR