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

RibbonBar Text Wrap

3 Answers 120 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 02 Jun 2008, 08:42 PM
How can you wrap the text of the radbutton onto two lines.

Anyone help

Cheers

3 Answers, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 05 Jun 2008, 02:35 PM
Hi Tim,

At this time, you can't wrap the text of the button on two lines. However, we have planned to implement this feature for the Q2 release of RadControls for WinForms.

Please feel free to write me back if you have any other questions.

Best wishes,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Luigi Palazzo
Top achievements
Rank 1
answered on 31 Aug 2008, 12:40 AM
Good morning,
I'm working with the Q2 2008 SP1 release, but at this time for me is impossible wrap the text on RibbonBar. Are there news?
0
Nikolay
Telerik team
answered on 03 Sep 2008, 04:04 PM
Hello Luigi Palazzo,

The capability of the RadButtonElement in RadRibbonbar to wrap text relates to modifications of the RadRibbonBar itself. Unfortunately, this will take us some time to do and I cannot give you an exact time frame at this time.

The only workaround for the time being is to manually set the text on different lines, using the '\n' escape sequence:
 
this.radButtonElement1.Text = "This is \n some text"

Should you prefer do use the Visual Studio designer, go to the property grid and then set the text in the Text drop down on different lines, using the Enter key.
 

Sincerely yours,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
RibbonBar
Asked by
Tim
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Luigi Palazzo
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or