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

RadImageButtonElement Text

1 Answer 94 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Wolfshund
Top achievements
Rank 2
Wolfshund asked on 26 Feb 2007, 09:07 AM
Hi,

how do I word wrap the Text property of the RadImageButtonElement. I have "Work Week" as button text along with a calendar icon. Even if I resize the button, the text is not word wrapped, instead the icon disappears (it's still there but unaligned).

Thanks

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 27 Feb 2007, 12:18 PM
Hello Joerg,

We currently do not support word wrapping inside RadImageButtonElement. This feature is in our TODO list for the next version of RadControls. To achieve similar effect I suggest you to insert a new line '\n' character in your button text.

myButton.Text = "Work\nWeek";

Greetings,
Tsvetan Raikov
the telerik team
Tags
RibbonBar
Asked by
Wolfshund
Top achievements
Rank 2
Answers by
Jack
Telerik team
Share this question
or