Can I add a RadSpinEditor in the RadRibbonBar ? If possible, how ?
Thanks
Paulo
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 03 Feb 2014, 11:49 AM
Hello Paulo,
Thank you for writing.
Here is how you can add a RadSpinEditor to a group in RadRibbonBar:
RadSpinElement spin = new RadSpinElement();
spin.StretchVertically = false;
spin.MinSize = new System.Drawing.Size(100, 0);
radRibbonBarGroup1.Items.Add(spin);
I hope this helps.
Regards,
Stefan
Telerik
TRY TELERIK'S NEWEST PRODUCT - APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>