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
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.