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

RadRibbonBar StartMenuBottomStrip

3 Answers 85 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 24 Nov 2008, 12:11 AM
Just trialing the RadRibbonBar and noticed you can add buttons to the bottom of the start menu (which end up in the StartMenuBottomStrip collection property) via the designer but when the form is run the buttons do not appear. What is supposed to happen when you use the StartMenuBottomStrip property?

Thanks
Sean

3 Answers, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 26 Nov 2008, 04:05 PM
Hello Sean,

Thank you for writing.

I have tried a similar scenario to yours and can confirm that buttons added in StartMenuBottomStrip through design-time do not appear at run-time. This is a undesired behavior and we will address it in some of the next releases.

Currently, you could avoid this by adding buttons by code:
 
this.radRibbonBar1.StartMenuBottomStrip.Clear(); //use this if you want to remove default buttons  
this.radRibbonBar1.StartMenuBottomStrip.Add(new RadMenuButtonItem("myButton")); 

I have updated your Telerik points for bringing our attention on this. If you have other questions, do not hesitate to contact me again.

Regards,
Martin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Pawel
Top achievements
Rank 1
answered on 30 Jul 2012, 11:11 AM
Still same problem exists.
0
Stefan
Telerik team
answered on 01 Aug 2012, 02:17 PM
Hi Pawel,

As we discussed in your support ticket regarding the same matter, this property will be removed from design time in Q3 2012. Here is a link to the PITS item: http://www.telerik.com/support/pits.aspx#/public/winforms/12129.
 
All the best,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
RibbonBar
Asked by
Sean
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Pawel
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or